CALM
Rank #1,918io.github.Eilodon/calm-mcp
MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.
CALM is a Model Context Protocol (MCP) server published by eilodon. It ranks #1,918 of 132,113 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. CALM is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 130,195 of 132,113 servers on MCP Toplist.
Use CALM
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add calm-mcp -- npx -y @eilodon/calm-mcp serve[mcp_servers.calm-mcp]
command = "npx"
args = ["-y", "@eilodon/calm-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"calm-mcp": {
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"calm-mcp": {
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"calm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"calm-mcp": {
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"calm-mcp": {
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Eilodon%2Fcalm-mcp)<a href="https://mcptoplist.com/server/io.github.Eilodon%2Fcalm-mcp"><img src="https://mcptoplist.com/badge/io.github.Eilodon%2Fcalm-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
eilodon
Other servers by eilodon
View all eilodon servers →Available versions (13)
| Version | Published |
|---|---|
| 0.8.0 | Aug 20, 2026 |
| 0.7.0 | Aug 13, 2026 |
| 0.6.0 | Aug 6, 2026 |
| 0.5.0 | Aug 3, 2026 |
| 0.4.0 | Aug 1, 2026 |
| 0.3.6 | Jul 22, 2026 |
| 0.3.5 | Jul 21, 2026 |
| 0.3.4 | Jul 19, 2026 |
| 0.3.3 | Jul 19, 2026 |
| 0.3.1 | Jul 18, 2026 |
| 0.3.0 | Jul 15, 2026 |
| 0.2.0 | Jul 13, 2026 |
| 0.1.5 | Jul 8, 2026 |
Frequently asked questions
- Who maintains CALM?
- CALM is maintained by eilodon, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is CALM listed on the Official MCP Registry?
- Yes — CALM is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does CALM have?
- MCP Toplist tracks 13 versions of CALM, most recently published on Aug 20, 2026.
- Where can I find the source code for CALM?
- The source code for CALM is hosted at github.com/eilodon/calm.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.