AaronVick/ECHO_RIFT_MCP
MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter). Makes EchoRift's agent infrastructure callable as MCP tools so any MCP client can treat EchoRift like a native capability layer.
Quick Start
Clone the repository:
git clone https://github.com/AaronVick/ECHO_RIFT_MCPClaude Desktop configuration example:
{
"mcpServers": {
"echoriftmcp": {
"command": "npx",
"args": [
"-y",
"AaronVick/ECHO_RIFT_MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.