Skip to content
Zed

adorbis mcp for Zed

io.github.adorbistech/adorbis-mcp

Adorbis AI MCP server. One key, 40+ models, auto-routed.

client:Zed transport:stdio runtime:npm

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

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

adorbis mcp in other clients