LLM CLI Gateway for Zed
io.github.verivus-oss/llm-cli-gateway
One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.
client:Zed
transport:stdio
runtime:npm
Install LLM CLI Gateway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llm-cli-gateway": {
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs