mcpbeat Sign in

Echorift MCP Server

by aaronvick Your server? Claim it
local only

Echorift MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.

MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 6 · +43% w/w
a month agotoday
26
Installs / week
npm · @echorift/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository aaronvick/echo_rift_mcp
пакет @echorift/mcp ссылается на echorift/echorift-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add echorift-mcp -- npx -y @echorift/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "echorift-mcp": {
      "args": [
        "-y",
        "@echorift/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.echorift-mcp]
command = "npx"
args = ["-y", "@echorift/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "echorift-mcp": {
      "args": [
        "-y",
        "@echorift/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "echorift-mcp": {
      "args": [
        "-y",
        "@echorift/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CRONSYNTH_X402_SESSION (CronSynth x402 payment session token), SWITCHBOARD_AGENT_ID (Switchboard agent wallet address (0x...)), SWITCHBOARD_PRIVATE_KEY (Switchboard agent private key for signing (0x...)), ECHORIFT_ENABLE_TREASURY (Enable treasury tools (set to 1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Echorift MCP

same job, measured the same way
Ncloud
by sjk4425

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

412 installs/wk local only
Carbon Arc
by carbon-arc

The infrastructure for the AI economy: primitives for inference, agents, and decisions.

answering
Cirdan
by adanb13

AI infrastructure cartographer & MCP server: fingerprints, graphs & watches live infra for agents

321 installs/wk local only
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

31 installs/wk local only
Oracle Cloud
by expertvagabond

Oracle Cloud Infrastructure MCP server

14 installs/wk local only
StackQL MCP Server
by stackql

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

186 installs/wk local only
PRTG
by wyre-ai

MCP server for Paessler PRTG's REST API v2 - network/infrastructure monitoring for MSPs.

local only
Veriswarm MCP
by veriswarm

VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol

50 installs/wk local only

Echorift MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Echorift MCP?
Echorift MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @echorift/mcp was installed 26 times last week.
Is Echorift MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Echorift MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @echorift/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Echorift MCP?
The npm package @echorift/mcp was installed 26 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.