Back to MCP Servers
ECHO RIFT
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.
developer-toolsagent
By AaronVick
Installation
npx -y ECHO_RIFT_MCPConfiguration
{
"mcpServers": {
"ECHO_RIFT_MCP": {
"command": "npx",
"args": ["-y", "ECHO_RIFT_MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes