Skip to content
Zed

aiiq mcp for Zed

io.github.shea256/aiiq-mcp

Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology.

client:Zed transport:stdio runtime:npm

Install aiiq mcp 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": {
    "aiiq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aiiq/mcp"
      ],
      "env": {
        "AIIQ_API_BASE": "<AIIQ_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

aiiq mcp in other clients