Prumo MCP Server

Checks the context files your coding agent reads against the code beside them. Three months ago someone wrote this in CLAUDE. It runs locally over stdio via the published package.

People who work with claude md, cursor ai and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-07 · ★ 4 · #52 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Prumo

Claude Code

claude mcp add tomd4vs-prumo -- npx -y @tomd4vs/prumo

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tomd4vs-prumo": {
      "command": "npx",
      "args": [
        "-y",
        "@tomd4vs/prumo"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-02 - young repo, little track record yet

license MIT - declared in the repository

npm package @tomd4vs/prumo - published under the repo owner's npm scope (@tomd4vs)

registry namespace io.github.TomD4vs is GitHub-verified and matches the repo owner

03 · What Prumo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.5 · 2026-09-07

At a terminal, the last line stops repeating the badges. No check changed, and nothing changes for a pipe, CI or an agent. The JSON schema is 9. · The count, once. With colour, the closing line used to read 4 to review…

v0.9.4 · 2026-09-07

At a terminal, the report ends by saying what to do next. No check changed, and nothing changes for a pipe, CI or an agent. The JSON schema is 9. · The next block. When a person is looking, that is when stdout is a…

v0.9.3 · 2026-09-07

A link to a line is not a link to a heading, and the report says what each finding means. One false positive removed; no check looks for anything new. The JSON schema is 9. · A line anchor in a markdown link. a sent…

04 · Who maintains Prumo

prumo is maintained by tomd4vs. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
documentation - ranked #52 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-07)
registry
io.github.TomD4vs/prumo (active, first published 2026-09-05 · 5 versions)
packages
npm:@tomd4vs/prumo

06 · Prumo FAQ

What is Prumo?

Checks the context files your coding agent reads against the code beside them. Three months ago someone wrote this in CLAUDE. It runs locally over stdio via the published package.

Is Prumo still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-07 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Prumo?

Run `npx -y @tomd4vs/prumo`. You can also paste the ready-made client config above.

Does Prumo run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Prumo