Remembrall MCP

Whole-codebase knowledge for AI coding agents. A field-aware code graph plus persistent memory, built on Rust, Postgres + pgvector, and exposed over MCP. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 35 · #117 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Rust servers · how we verify → /methodology

01 · Install Remembrall MCP

before you install - you'll need

DATABASE_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add cdnsteve-remembrallmcp -- npx -y remembrallmcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cdnsteve-remembrallmcp": {
      "command": "npx",
      "args": [
        "-y",
        "remembrallmcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package remembrallmcp - unscoped; check the name against the project README before installing

registry namespace io.github.cdnsteve is GitHub-verified and matches the repo owner

03 · What Remembrall MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.0 · 2026-07-28

Add C# parser support (v0.5.0)

v0.4.4 · 2026-07-21

Fail publish-crates on real errors instead of masking with || true · Move spin off yanked 0.9.8 to 0.9.9 in Cargo.lock

v0.4.3 · 2026-07-20

Fix #6: Docker container exits after init

04 · Who maintains Remembrall MCP

RemembrallMCP is maintained by cdnsteve. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
memory - ranked #117 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-28)
registry
io.github.cdnsteve/remembrallmcp (active, first published 2026-04-10)
packages
npm:remembrallmcp

06 · Remembrall MCP FAQ

What is Remembrall MCP?

Whole-codebase knowledge for AI coding agents. A field-aware code graph plus persistent memory, built on Rust, Postgres + pgvector, and exposed over MCP. It runs locally over stdio via the published package.

Is Remembrall MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-28 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Remembrall MCP?

Run `npx -y remembrallmcp`. The README documents one environment variable (DATABASE_URL) to set first. You can also paste the ready-made client config above.

Does Remembrall MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Remembrall MCP

Pairs well with

Servers that cover what Remembrall MCP doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Memory MCP · Nautilus Compass · Wisdomgraph · Fit LLM · Cpersona

More Rust MCP servers · Evmole · Aptu Coder · Codescene MCP Server · Synaptic Code Intelligence · Context Foundry · see all