Skip to content
Windsurf

echorift mcp for Windsurf

io.github.aaronvick/echorift-mcp

MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)

client:Windsurf transport:stdio runtime:npm

Install echorift 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": {
    "echorift-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@echorift/mcp"
      ],
      "env": {
        "CRONSYNTH_X402_SESSION": "<CRONSYNTH_X402_SESSION>",
        "SWITCHBOARD_AGENT_ID": "<SWITCHBOARD_AGENT_ID>",
        "SWITCHBOARD_PRIVATE_KEY": "<SWITCHBOARD_PRIVATE_KEY>",
        "ECHORIFT_ENABLE_TREASURY": "<ECHORIFT_ENABLE_TREASURY>"
      }
    }
  }
}

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

echorift mcp in other clients