Verified Repo Memory
About
Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VRM_TTL_DAYS VRM_DATA_DIR VRM_MAX_FILE_BYTES VRM_SECRET_SCANClaude Code
claude mcp add --env VRM_TTL_DAYS= --env VRM_DATA_DIR= --env VRM_MAX_FILE_BYTES= --env VRM_SECRET_SCAN= verified-repo-memory -- npx @cognitivemyriad/vrm-local
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"verified-repo-memory","command":"npx","args":["@cognitivemyriad/vrm-local"],"env":{"VRM_TTL_DAYS":"","VRM_DATA_DIR":"","VRM_MAX_FILE_BYTES":"","VRM_SECRET_SCAN":""}}'
JSON
{
"mcpServers": {
"verified-repo-memory": {
"command": "npx",
"args": [
"@cognitivemyriad/vrm-local"
],
"env": {
"VRM_TTL_DAYS": "",
"VRM_DATA_DIR": "",
"VRM_MAX_FILE_BYTES": "",
"VRM_SECRET_SCAN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.