Verified Repo Memory for Cursor
io.github.cognitivemyriad/verified-repo-memory
Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).
client:Cursor
transport:stdio
runtime:npm
Install Verified Repo Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verified-repo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cognitivemyriad/vrm-local"
],
"env": {
"VRM_TTL_DAYS": "<VRM_TTL_DAYS>",
"VRM_DATA_DIR": "<VRM_DATA_DIR>",
"VRM_MAX_FILE_BYTES": "<VRM_MAX_FILE_BYTES>",
"VRM_SECRET_SCAN": "<VRM_SECRET_SCAN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs