Retour aux applications

Verified Repo Memory
par smallsamey
Repository-scoped memory for AI coding agents with code citations, just-in-time verification, and automatic TTL expiry — keeps agent context fresh and stale-pro
2 étoiles
1 vues
Mis à jour yesterday
Fonctionne dans:claude
Expose:Tools
What it does
Verified Repo Memory is an MCP server that gives AI coding agents reliable, scoped memory tied to a specific repository. Instead of hallucinating stale facts, agents store and retrieve verified information with source citations and automatic expiry. Just-in-time verification checks data validity right before it's used — so the agent always works from current, trustworthy context.
Tools
- store — Save a piece of information with optional TTL and a code citation (file + line reference)
- retrieve — Fetch a stored memory entry by key, with JIT verification against the current repo state
- search — Semantic/keyword search across stored memories for the current repo scope
- list — List all active (non-expired) memories for the current repository
- forget — Explicitly delete a memory entry before its TTL expires
Installation
npx @cognitivemyriad/vrm-local
claude_desktop_config.json:
{
"mcpServers": {
"verified-repo-memory": {
"command": "npx",
"args": ["-y", "@cognitivemyriad/vrm-local"]
}
}
}
Supported hosts
Works with any MCP-compatible client via stdio transport. Claude Desktop is the primary confirmed host based on the project's MCP server configuration.
Installation rapide
npx @cognitivemyriad/vrm-localInformations
- Tarification
- free
- Publié
- 4/6/2026
- Mis à jour
- yesterday
- étoiles
- 2