echorift mcp for Claude Desktop
io.github.aaronvick/echorift-mcp
MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)
client:Claude Desktop
transport:stdio
runtime:npm
Install echorift mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\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": "<SWITCHBOARD_PRIVATE_KEY>",
"ECHORIFT_ENABLE_TREASURY": "<ECHORIFT_ENABLE_TREASURY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs