Developer Tools
Trust: 30/100 (Limited)io.github.AaronVick/echorift-mcp Guide
MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)
by AaronVick
Quick Start
Install
npx @echorift/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-aaronvick-echorift-mcp": {
"command": "npx",
"args": [
"@echorift/mcp"
]
}
}
}