mcpbeat Sign in

RemembrallMCP MCP Server

local only

RemembrallMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 28 Jul 2026.

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

Installs per day peak 23 · avg 6 · +39% w/w
a month agotoday
20
Installs / week
npm · remembrallmcp
35
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
License
Rust

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository roboticforce/remembrallmcp
пакет remembrallmcp ссылается на cdnsteve/remembrallmcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL connection string with pgvector extension). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RemembrallMCP

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
Repomemory
by danielguru

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

85 installs/wk local only
Melchizedek
by louis49

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

42 installs/wk local only
Cozo Memory
by tobs-code

Local-first memory system for AI agents with hybrid search and graph reasoning

64 installs/wk local only
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Slimdex MCP
by siddhukaushik

Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.

37 installs/wk local only

RemembrallMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for RemembrallMCP?
RemembrallMCP 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 remembrallmcp was installed 20 times last week.
How do I connect RemembrallMCP?
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 remembrallmcp straight from npm; nothing to host, nothing to sign up for.
How many people use RemembrallMCP?
The npm package remembrallmcp was installed 20 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RemembrallMCP open source?
We cannot say either way: written in Rust and 35 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.