Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

llm-oracle in other clients