Back to directory
mcp-server-port

mcp-server-port

@port-labs16

Port's MCP Server enables advanced automations and natural language interactions for developers and AI applications by providing access to Port.io's internal developer portal capabilities, including managing blueprints, entities, scorecards, and invoking AI agents.

developer portalinternal developer platformdevopsscorecardsblueprintsentitiesautomationcontext

Installation & Configuration

{
  "mcpServers": {
    "Port": {
      "command": "uvx",
      "args": [
        "[email protected]",
        "--client-id",
        "<PORT_CLIENT_ID>",
        "--client-secret",
        "<PORT_CLIENT_SECRET>",
        "--region",
        "<PORT_REGION>"
      ],
      "env": {
        "PORT_CLIENT_ID": "<PORT_CLIENT_ID>",
        "PORT_CLIENT_SECRET": "<PORT_CLIENT_SECRET>",
        "PORT_REGION": "<PORT_REGION>",
        "PYTHONPATH": "/Users/matangrady/.venv-port-mcp/bin/python"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/4
Updated
2026/6/7