Skip to content
Zed

zaai dev mcp for Zed

io.github.poloniboi/zaai-dev-mcp

Zaai Dev brand brief + captured design references for MCP-compatible AI tools.

client:Zed transport:stdio runtime:npm

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

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

zaai dev mcp in other clients