OrcaRouter for Zed
io.github.continuum-ai-corp/orcarouter-mcp
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
client:Zed
transport:stdio
runtime:npm
Install OrcaRouter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"orcarouter-mcp": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs