Skip to content
Zed

cpfs mcp for Zed

io.github.jonahalexanian/cpfs-mcp

CPFS Runner as an MCP server — deterministic AI coding guardrails via a compiled WASM core.

client:Zed transport:stdio runtime:npm

Install cpfs 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": {
    "cpfs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cpfs-mcp"
      ],
      "env": {
        "CPFS_WORKSPACE": "<CPFS_WORKSPACE>",
        "CPFS_DASHBOARD_PORT": "<CPFS_DASHBOARD_PORT>",
        "CPFS_DEBUG": "<CPFS_DEBUG>"
      }
    }
  }
}

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

cpfs mcp in other clients