llm-oracle for Zed
io.github.weiseer/llm-oracle
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
client:Zed
transport:stdio
runtime:npm
Install llm-oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs