MCP Gateway for VS Code
io.github.panossalt/mcp-gateway
Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.
client:VS Code
transport:sse
Install MCP Gateway in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-gateway": {
"type": "sse",
"url": "https://your-gateway.example.com/t/your-org/mcp/sse"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs