Memory Arbiter MCP

Memory Arbiter is a trustworthy local fact layer for AI agents - not just shared memory, but shared facts that are current, trusted, traceable, and safe to use. It is a local SQLite service exposed over MCP: four product tools, evidence-based recall, advisory conflict notices, and user-authorized governance. Every fact is stored once in local SQLite and every model it can call runs locally.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 7 · #30 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Memory Arbiter MCP

before you install - you'll need

NO_PROXY

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

Claude Code

claude mcp add billy12151-memory-arbiter-mcp -- uvx memory-arbiter-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "billy12151-memory-arbiter-mcp": {
      "command": "uvx",
      "args": [
        "memory-arbiter-mcp"
      ]
    }
  }
}

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

repo age created 2026-07-04 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package memory-arbiter-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Memory Arbiter MCP can do

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

Latest releases

v0.14.6 · 2026-08-24

Fixed · Status-only memory updates keep evidence versions current - when governance changes source/trust/status/entity semantics and increments the authoritative memory version without changing evidence text, existing…

v0.14.5 · 2026-08-24

Fixed · New workspace registration is visible outside strict mode - the first successful none/weak write that registers a canonical now returns a non-blocking top-level workspace_review notice plus the existing write…

v0.14.4 · 2026-08-24

Changed · Schema and vector compatibility are independent - every migration declares vector_effect=preserve|rebuild. Preserve migrations no longer load a model, validate full vector coverage, or switch to a full…

04 · Who maintains Memory Arbiter MCP

memory-arbiter-mcp is maintained by billy12151. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
memory - ranked #30 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.billy12151/memory-arbiter-mcp (active, first published 2026-07-04 · 2 versions)
packages
pypi:memory-arbiter-mcp

06 · Memory Arbiter MCP FAQ

What is Memory Arbiter MCP?

Memory Arbiter is a trustworthy local fact layer for AI agents - not just shared memory, but shared facts that are current, trusted, traceable, and safe to use. It is a local SQLite service exposed over MCP: four product tools, evidence-based recall, advisory conflict notices, and user-authorized governance. Every fact is stored once in local SQLite and every model it can call runs locally.

Is Memory Arbiter MCP still maintained?

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

How do I install Memory Arbiter MCP?

Run `uvx memory-arbiter-mcp`. The README documents one environment variable (NO_PROXY) to set first. You can also paste the ready-made client config above.

Does Memory Arbiter MCP run locally?

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

07 · Alternatives to Memory Arbiter MCP

Pairs well with

Servers that cover what Memory Arbiter 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