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 who work with ai memory, codex and context engine and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-09-17 · ★ 9 · #26 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
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
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.16.9 · 2026-09-17
Docs-only release: first-run demo protocol (memory_arbiter/FIRST_RUN_DEMO.zh-CN.md) wording v4 - plain-language rewrite with a four-rule presentation discipline for non-developer users - plus v4.1 pinning the §2…
v0.16.8 · 2026-09-17
v0.16.8 - 判定模型换代 + 判定链重构(Qwen3-0.6B-Q8 上位) · 本轮是写时冲突判定链的一次大改,全部由评测线驱动(harness 三套件 vs 基线 v4,gate PASSED:write_opposition 7/12→10/12、冲突 R 0.318→0.455,召回/相似/共存误报全持平): · 判定模型:默认切官方 Qwen3-0.6B-Q8_0(610MB,官方小尺寸只发…
v0.16.7 · 2026-09-16
v0.16.7 - 0.16.6 线修复版 · 修复 0.16.6 wheel 携带的三处缺陷(发版轮 CI 的 mypy --strict 抓出;本地 pytest 全绿是因为没有测试到达受影响分支): · backup replay 的 already-replayed 分支一跑就 AttributeError:_postprocess_replayed_memory 上悬空 @staticmethod…
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
- repository
- github.com/billy12151/memory-arbiter-mcp
- category
- memory - ranked #26 of 304 actively-maintained memory servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-17)
- registry
- io.github.billy12151/memory-arbiter-mcp (active, first published 2026-07-04 · 10 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-09-18, its last commit was 2026-09-17 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
Alternatives to Memory Arbiter MCP
Maintained memory servers if Memory Arbiter MCP isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Memory Arbiter MCP doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Open Brain · Memwright · Attestor · hmem - Humanlike Memory for AI Agents · Excalidraw Architect
More Python MCP servers · Superset · Zendriver MCP · Finance MCP · Lanhu Design MCP · Arxiv MCP Server (blazickjp) · see all