mcpbeat Sign in

Prumo MCP Server

local only

Prumo runs on your own machine — the client starts it, so there is no endpoint to ping. 3 143 installs a week from npm. Last commit 7 Sep 2026.

Checks the context files a coding agent reads against the git index, and reports what drifted.

Installs per day peak 2 223 · avg 108
a month agotoday
3 143
Installs / week
npm · @tomd4vs/prumo
3
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Prumo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Prumo

same job, measured the same way
Cartograph
by anthony-maio

Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context.

33 installs/wk local only
Engram
by nickcirv

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

147 installs/wk local only
RepoContext
by shmindmaster

Read-only, commit-pinned repository context for coding agents.

local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
MoodleMCP
by moodlemcp

Connect your Moodle to AI assistants: courses, content, grading and reports from the chat.

answering
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

95 installs/wk local only
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Codeweave
by semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

81 installs/wk local only

Prumo — questions

Answers built from our own checks of this server.

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