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

Installation

npx -y ECHO_RIFT_MCP

Configuration

{
  "mcpServers": {
    "ECHO_RIFT_MCP": {
      "command": "npx",
      "args": ["-y", "ECHO_RIFT_MCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub