← Index

io.github.AaronVick/echorift-mcp

io.github.AaronVick/echorift-mcp·v0.1.0·Other
Quality Score
72
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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": "<your-switchboard_private_key>",
        "ECHORIFT_ENABLE_TREASURY": "<echorift_enable_treasury>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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": "<your-switchboard_private_key>",
        "ECHORIFT_ENABLE_TREASURY": "<echorift_enable_treasury>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @echorift/mcp
§02  Environment variables
CRONSYNTH_X402_SESSION

CronSynth x402 payment session token

SWITCHBOARD_AGENT_ID

Switchboard agent wallet address (0x...)

SWITCHBOARD_PRIVATE_KEY
secret

Switchboard agent private key for signing (0x...)

ECHORIFT_ENABLE_TREASURY

Enable treasury tools (set to 1)

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other