Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Memory Arbiter MCP
Memory Arbiter MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:16:46 PM

Memory Arbiter MCP

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
memorymcpsqlitedeveloper-tools

Local SQLite memory for agents with scoped retrieval, provenance, conflict review, governance, and repair tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "billy12151-memory-arbiter-mcp": {
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

billy12151/memory-arbiter-mcp MCP server provides a local SQLite fact layer for AI agents, exposed through four MCP tools. It stores original memory text with provenance and derives full-text, evidence, and ranking indexes for targeted retrieval instead of loading the entire memory store. Conflict detection records evidence and notices without allowing the model to choose a winner, while explicit governance actions require user authorization. Reach for it when several local MCP clients need shared, traceable memory without cloud storage.

Use cases

โ€ขShare facts across local AI coding clients
โ€ขRetrieve relevant memories without loading the full store
โ€ขReview conflicts with preserved evidence and history
โ€ขRequire user authorization before changing trusted memories

Key features

โ€ขLocal SQLite shared memory
โ€ขLexical and evidence-based retrieval
โ€ขProvenance and version history
โ€ขConflict detection with advisory notices
โ€ขAuthorized memory governance
โ€ขRepair and index maintenance operations

Capabilities & Tool Schemas (4) ~164 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Memory Arbiter MCP.

memory

Daily memory operations: remember, find, read, update, submit conflict judgment, and status. Use `action=help` for command-specific fields.

memory_review

Read-only inspection: overview, doctor, conflicts, conflict detail, judgments, history, expired memories, audit, and entities.

memory_govern

Explicit user-authorized governance: retire a whole memory, resolve a conflict, confirm a memory, correct a judgment, and govern workspace aliases / pending workspaces. Do not use for ordinary updates.

memory_repair

Maintenance and repair: split, rebuild claims/embeddings, cleanup, vector resync, entity backfill, and pending activation. Prefer dry-run first.

How Memory Arbiter MCP works

What billy12151/memory-arbiter-mcp MCP server does

billy12151/memory-arbiter-mcp MCP server gives AI agents a shared local memory store backed by SQLite. It is designed for reusable facts that should remain current, attributable, and inspectable across clients such as Claude Desktop and Cursor. Each memory retains its complete source text, while search indexes and evidence records are derived from that source and can be rebuilt.

The system records provenance on writes, including source type, source reference, event time, and ingest time. Edits create version history, and superseded records remain traceable. Protection levels help prevent silent changes to locked information. A user-confirmed label is intended for facts explicitly verified by the user.

How it works

The daily workflow is to remember a fact, find relevant memories, read an exact record or source span, and update an existing source of truth when newer information replaces it. Retrieval combines lexical search with evidence-based search, then merges results and applies trust, recency, filtering, and workspace adjustments. Results include character and token estimates so a client can report how much content it returned.

Evidence indexing slices stored text into units based on subjects, headings, sentence or paragraph groups, and overlapping windows. It does not extract facts or infer entities. Local embeddings can support evidence recall, and an optional local Qwen model can analyze possible conflicts. The model produces structured attribute and value comparisons; application code validates those results. It does not select a winning fact or edit memory.

Conflict events retain detection snapshots, value groups, decisions, and application results. Notices can direct an agent toward a review or explicitly authorized governance action.

Setup and configuration

Install the Python package with pip install memory-arbiter-mcp, then run mema setup to create the configuration file at ~/.config/memory-arbiter/config.json. Optional extras provide sqlite-vec evidence recall or local GGUF support for embeddings and Qwen. Setup checks the embedding environment but does not install or download models.

The server requires both client and agent_id to be configured. They can be placed in the configuration file or supplied through MEMORY_ARBITER_CLIENT and MEMORY_ARBITER_AGENT_ID. There are no built-in identity defaults. After configuration, connect an MCP client using the packaged examples and start the server with mema.

stdio is the default transport. A local streamable-HTTP deployment can serve multiple clients at http://127.0.0.1:8000/mcp; each client supplies fixed X-Mema-Client and X-Mema-Agent-Id headers. These headers provide attribution and policy input, not authentication or tenant isolation.

Tools and capabilities

billy12151/memory-arbiter-mcp MCP server exposes these product tools:

  • memory: remember, find, read, update, submit conflict judgments, inspect status, and request help.
  • memory_review: inspect health, conflicts, conflict details, judgments, history, expired records, audits, and entities.
  • memory_govern: perform explicitly authorized retirement, confirmation, conflict resolution, judgment correction, and workspace governance.
  • memory_repair: run maintenance such as splitting records, rebuilding claims or embeddings, cleanup, vector resynchronization, entity backfill, and pending activation. Dry runs are preferred first.

All product calls use an envelope containing ok, mode, warnings, degraded, and data. State-changing governance calls require authorized=true after confirmation of that specific action.

Limitations and notes

Storage and model execution are local. Embeddings use a local GGUF model, and the optional Qwen conflict filter also runs locally. The README identifies an optional PyPI update check as the only outbound call, and it can be disabled with update_check.enabled=false.

The HTTP identity headers should not be treated as an access-control boundary. Conflict notices are advisory until a user-authorized governance action applies a decision. Evidence and search indexes are derived data, not replacements for the original memory text.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Agentmem logoAgentmem

    Governed memory for coding agents with trust lifecycle (hypothesis โ†’ active โ†’ validated โ†’ deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. pip install quilmem[mcp]

    ๐Ÿง  Knowledge & Memory3 views
    Compare vs Agentmem โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Engram logoEngram

    Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. npm install -g @hbarefoot/engram

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Engram โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8
Stargazers on the source repository.
Last commit
Today
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Memory Arbiter MCP

Install it with `pip install memory-arbiter-mcp`, run `mema setup`, configure `client` and `agent_id`, then start it with `mema`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMemory Arbiter MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/billy12151-memory-arbiter-mcp?style=directory)](https://allmcps.com/mcp/billy12151-memory-arbiter-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/billy12151-memory-arbiter-mcp"><img src="https://allmcps.com/api/badge/billy12151-memory-arbiter-mcp?style=directory" alt="Memory Arbiter MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
PricingFree
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 11, 2026
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
61Quality signal: Good ยท 61/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท http://127.0.0.1:8000/mcp (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Memory Arbiter MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code