prumo for Cursor
io.github.tomd4vs/prumo
Checks the context files a coding agent reads against the git index, and reports what drifted.
client:Cursor
transport:stdio
runtime:npm
Install prumo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"prumo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tomd4vs/prumo"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs