mcpbeat

Verified Repo Memory MCP Server

io.github.cognitivemyriad/verified-repo-memory
local only

Verified Repo Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Feb 2026.

Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).

Installs / week
npm · @cognitivemyriad/vrm-local
1
Stars
0 open issues
21 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add verified-repo-memory -- npx -y @cognitivemyriad/vrm-local
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verified-repo-memory": {
      "args": [
        "-y",
        "@cognitivemyriad/vrm-local"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verified-repo-memory]
command = "npx"
args = ["-y", "@cognitivemyriad/vrm-local"]
.cursor/mcp.json
{
  "mcpServers": {
    "verified-repo-memory": {
      "args": [
        "-y",
        "@cognitivemyriad/vrm-local"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verified-repo-memory": {
      "args": [
        "-y",
        "@cognitivemyriad/vrm-local"
      ],
      "command": "npx"
    }
  }
}

Verified Repo Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Verified Repo Memory?
Verified Repo Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cognitivemyriad/vrm-local.
How do I connect Verified Repo Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cognitivemyriad/vrm-local straight from npm; nothing to host, nothing to sign up for.
Is Verified Repo Memory open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.