mcpbeat Sign in

Calm MCP Server

local only

Calm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from npm. Last commit 24 Aug 2026.

MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.

Installs per day peak 178 · avg 29 · +36% w/w
a month agotoday
124
Installs / week
npm · @eilodon/calm-mcp
16
Stars
5 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

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.

File ships in the package but is absent from the source [пакет] bin/calm-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(binPath, process.argv.slice(2), { stdio: 'inherit' });
Builds a database query by concatenation crates/calm-core/src/db/schema.rs:317
-- rebuild_graph/incremental_graph_update DELETE-then-reinsert call_edges
-- wholesale from call_sites+symbols on every pass, making the static tier

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 calm-mcp -- npx -y @eilodon/calm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "calm-mcp": {
      "args": [
        "-y",
        "@eilodon/calm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.calm-mcp]
command = "npx"
args = ["-y", "@eilodon/calm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "calm-mcp": {
      "args": [
        "-y",
        "@eilodon/calm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "calm-mcp": {
      "args": [
        "-y",
        "@eilodon/calm-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Calm MCP

same job, measured the same way
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Pharaoh
by pharaoh

Codebase knowledge graph — architectural awareness for AI coding agents via MCP

461 installs/wk answering
NEAT
by neat-technologies

Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.

1 757 installs/wk local only
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

265 installs/wk local only

Calm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Calm MCP?
Calm 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 @eilodon/calm-mcp was installed 124 times last week.
How do I connect Calm 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 @eilodon/calm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Calm MCP?
The npm package @eilodon/calm-mcp was installed 124 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Calm MCP open source?
Yes — it is published under the MIT licence, written in Rust, 16 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.