Odel
prumo

prumo

Local
@tomd4vs1JavaScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tomd4vs/prumov0.9.1

Run

npx -y @tomd4vs/prumo

MCP client config

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