7 months ago
Port is a developer portal-native AI that offers AI agents and an MCP server to build software catalogs, enable self-service actions, and connect directly to your IDE for smooth workflows.
Server Config
{
"mcpServers": {
"port_docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PORT_CLIENT_ID",
"-e",
"PORT_CLIENT_SECRET",
"-e",
"PORT_REGION",
"ghcr.io/port-labs/port-mcp-server:0.2.2"
],
"env": {
"PORT_CLIENT_ID": "PORT_CLIENT_ID",
"PORT_CLIENT_SECRET": "PORT_CLIENT_SECRET",
"PORT_REGION": "PORT_REGION"
}
}
}
}