Verified Repo Memory for Windsurf
io.github.cognitivemyriad/verified-repo-memory
Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).
client:Windsurf
transport:stdio
runtime:npm
Install Verified Repo Memory in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"verified-repo-memory": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs