Skip to content
Zed

aurekai mcp for Zed

io.github.aurekai/aurekai-mcp

Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection.

client:Zed transport:stdio runtime:npm

Install aurekai mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aurekai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aurekai/mcp"
      ]
    }
  }
}

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

aurekai mcp in other clients