CCPEDIAdocs
Integrations

Zed

Connect CCPEDIA to Zed's context server config.

Open Zed settings

On macOS press Cmd+, to open ~/.config/zed/settings.json.

Add the context_servers block

{
  "context_servers": {
    "ccpedia": {
      "command": {
        "path": "npx",
        "args": ["-y", "mcp-remote", "https://ccpedia.xyz/mcp"]
      },
      "settings": {}
    }
  }
}

Reload

Cmd+Shift+P, then run zed: reload settings.

Zed MCP docs ↗

On this page