MCP Gateway for VS Code
io.github.mikkoparkkola/mcp-gateway
Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.
client:VS Code
transport:stdio
runtime:oci
Install MCP Gateway in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-gateway": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikkoparkkola/mcp-gateway:3.5.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs