mcp llm gateway for Zed
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
client:Zed
transport:stdio
runtime:pypi
Install mcp llm gateway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-llm-gateway": {
"command": "uvx",
"args": [
"mcp-llm-gateway"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs