Prumo MCP server
Checks the context files a coding agent reads against the git index, and reports what drifted.
4 stars149 downloads/wk
Reviews
Write oneNobody has reviewed Prumo yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Prumo tools (4)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
prumo_budgetReports what each context file costs the agent that reads it at every session: bytes, lines, words and an estimate of tokens at four characters each, largest first; how much each grew since an earlier commit, the one thirty days ago unless `since` names another; and the paragraphs of twelve words or more written in two places. It measures and counts; nothing here is a finding. Nothing is written.
prumo_checkChecks the context files a coding agent reads (CLAUDE.md, AGENTS.md, SKILL.md, .cursor/rules and the rest) against the git index of a repository. Reports paths whose letter case disagrees with git, broken [[wikilinks]], markdown links and heading anchors, paths that no longer exist, commands naming a script or target no package.json, Makefile or composer.json defines, agent configuration that poin
prumo_driftReports which sections of the context files describe code that changed after the section was last written: for every section that cites a file or a folder the repository has, when the section last changed according to git blame, how many of the files it cites changed since, and how many commits touched them. Sections come back ordered, the most moved first. It is a reading order for a review, neve
prumo_fixRewrites case mismatches in place to the spelling the git index holds, and a missing path or a markdown link to the name git recorded when it renamed the file, then reports what remains. Nothing else is touched: a link suggested from a name, a missing path with no history and a deleted file are never edited.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan10 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 12 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y @tomd4vs/prumo on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add prumo -- npx -y @tomd4vs/prumo
Prumo: common questions
- Is Prumo MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Prumo safety report
- How do I install Prumo?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Prumo need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Prumo maintained?
- The last commit was 12 days ago (2026-09-07). The latest release is v0.9.5.
- What can I use instead of Prumo?
- Servers from other publishers that do the same job: Bettermemory MCP server, Coolftp MCP server and uploads.sh MCP server. Compare all Prumo alternatives.
Alternatives to Prumo
Same job from other publishers: the closest match first, then the best rated.
- BettermemoryMemory for coding agents, checked against the filesystem and git before it is believed.not reviewedGrowingA
- CoolftpDeploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.not reviewedGrowingA
uploads.shHost files from coding agents; stage on a branch and attach to GitHub PRs.not reviewedEstablishedA- NexusmemLocal-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.not reviewedGrowingA
- komnetLets AI coding agents coordinate asynchronously through a private git repository. No server.not reviewedGrowingA