mcp llm gateway for VS Code
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
client:VS Code
transport:stdio
runtime:pypi
Install mcp llm gateway in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-llm-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-llm-gateway"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs