Skip to main content
Developer ToolsTypeScript

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.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/AaronVick/ECHO_RIFT_MCP

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
AaronVick