mcpbeat Sign in

Repomemory MCP Server

by danielguru Your server? Claim it
local only

Repomemory runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from npm. Last commit 3 Apr 2026.

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

Installs per day peak 33 · avg 11 · -45% w/w
a month agotoday
85
Installs / week
npm · repomemory
2
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Repomemory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 repomemory -- npx -y repomemory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repomemory": {
      "args": [
        "-y",
        "repomemory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repomemory]
command = "npx"
args = ["-y", "repomemory"]
.cursor/mcp.json
{
  "mcpServers": {
    "repomemory": {
      "args": [
        "-y",
        "repomemory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repomemory": {
      "args": [
        "-y",
        "repomemory"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Repomemory

same job, measured the same way
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
Claude Memory Manager
by nyxtoolsdev

Cross-session memory for Claude Code — context capture, semantic search, recall

80 installs/wk local only
Melchizedek
by louis49

Persistent memory for Claude Code — offline, single-file, hybrid search.

42 installs/wk local only
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
unerr
by unerr-ai

Operational memory for AI agents: code graph, session memory & guardrails. No context rot.

87 installs/wk local only

Repomemory — questions

Answers built from our own checks of this server.

Why is there no uptime for Repomemory?
Repomemory 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 repomemory was installed 85 times last week.
How do I connect Repomemory?
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 repomemory straight from npm; nothing to host, nothing to sign up for.
How many people use Repomemory?
The npm package repomemory was installed 85 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repomemory open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.