Skip to content
Zed

mcp for Zed

ai.cueapi/mcp

Schedule agent work and report write-once outcomes via CueAPI from any MCP host.

client:Zed transport:stdio runtime:npm

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

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

mcp in other clients