Skip to content
Zed

phaedo mcp for Zed

io.github.phaedo-labs/phaedo-mcp

Carry your Phaedo cognitive fingerprint into any MCP client: inject, consult, escalate, sign.

client:Zed transport:stdio runtime:npm

Install phaedo mcp in Zed

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

{
  "context_servers": {
    "phaedo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "phaedo-mcp"
      ]
    }
  }
}

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

phaedo mcp in other clients