Mmcp.market

Prumo MCP server

by TomD4vs·io.github.TomD4vs/prumo·v0.9.5

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

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

4 stars149 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • prumo_budget

    Reports 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_check

    Checks 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_drift

    Reports 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_fix

    Rewrites 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

no findings
  • 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
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

All Prumo alternatives →
  • Bettermemory
    Memory for coding agents, checked against the filesystem and git before it is believed.
    A
  • Coolftp
    Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.
    A
  • uploads.sh
    Host files from coding agents; stage on a branch and attach to GitHub PRs.
    A
  • Nexusmem
    Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
    A
  • komnet
    Lets AI coding agents coordinate asynchronously through a private git repository. No server.
    A

More from TomD4vs