freellmpool for VS Code
io.github.0xzr/freellmpool
OpenAI-compatible MCP gateway cataloging 22 LLM providers, with routing, failover, and tools.
client:VS Code
transport:stdio
runtime:pypi
Install freellmpool in VS Code
.vscode/mcp.json
{
"servers": {
"freellmpool": {
"type": "stdio",
"command": "uvx",
"args": [
"freellmpool"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs