Skip to content
Zed

echorift mcp for Zed

io.github.aaronvick/echorift-mcp

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

client:Zed transport:stdio runtime:npm

Install echorift 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": {
    "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>"
      }
    }
  }
}

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

echorift mcp in other clients