MCP clients
VS Code
Add your gateway to VS Code.
One-click install
In MCP Gateways, open your gateway, choose VS Code in the Connect Client panel, and click Install in VS Code. VS Code opens with the gateway pre-filled. Confirm the install and complete OAuth sign-in.
Manual install
Add the gateway to your .vscode/mcp.json (or user settings.json):
{
"servers": {
"orchestrator": {
"type": "http",
"url": "https://your-host/mcp/{slug}"
}
}
}Start the server from mcp.json or run MCP: List Servers. Complete OAuth
sign-in when prompted, then select Configure Tools in Chat to see the
gateway's tools.