Home › Development › echo_rift_mcp
echo_rift_mcp
MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.0)
npx -y @echorift/mcp@0.1.0
Or add to your MCP client config:
{
"mcpServers": {
"echo_rift_mcp": {
"command": "npx",
"args": [
"-y",
"@echorift/mcp@0.1.0"
],
"env": {
"CRONSYNTH_X402_SESSION": "<YOUR_VALUE>",
"SWITCHBOARD_AGENT_ID": "<YOUR_VALUE>",
"SWITCHBOARD_PRIVATE_KEY": "<YOUR_VALUE>",
"ECHORIFT_ENABLE_TREASURY": "<YOUR_VALUE>"
}
}
}
}
CRONSYNTH_X402_SESSION— CronSynth x402 payment session tokenSWITCHBOARD_AGENT_ID— Switchboard agent wallet address (0x...)SWITCHBOARD_PRIVATE_KEYsecret — Switchboard agent private key for signing (0x...)ECHORIFT_ENABLE_TREASURY— Enable treasury tools (set to 1)
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry