Skip to content
Windsurf

cpfs mcp for Windsurf

io.github.jonahalexanian/cpfs-mcp

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

client:Windsurf transport:stdio runtime:npm

Install cpfs mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cpfs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cpfs-mcp"
      ],
      "env": {
        "CPFS_WORKSPACE": "<CPFS_WORKSPACE>",
        "CPFS_DASHBOARD_PORT": "<CPFS_DASHBOARD_PORT>",
        "CPFS_DEBUG": "<CPFS_DEBUG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

cpfs mcp in other clients