Skip to content
VS Code

phaedo mcp for VS Code

io.github.phaedo-labs/phaedo-mcp

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

client:VS Code transport:stdio runtime:npm

Install phaedo mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "phaedo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "phaedo-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

phaedo mcp in other clients