Memory Arbiter Mcp

Created By
billy121514 days ago
Share one memory store across all your AI coding tools. Memory Arbiter is a lightweight, fully local MCP Server with built-in dual-timeline conflict arbitration. No cloud, no LLM calls — just SQLite.
Overview

Memory Arbiter MCP

Share one memory store across all your AI coding tools (ZCode, Codex, Cursor, Claude Code).

Key Features

  • Shared memory: All tools read/write the same local SQLite database
  • Conflict arbitration: Dual-timeline resolution (user-confirmed > event time > source trust > ingest time)
  • Locked protection: User-confirmed memories cannot be overwritten by agents
  • Zero cloud, zero LLM calls: Pure local SQLite, no Postgres/Redis required
  • Graceful degradation: sqlite-vec → FTS5 → LIKE → JSONL backup

Install

pip install memory-arbiter-mcp

Server Config

{
  "mcpServers": {
    "memory-arbiter": {
      "command": "memory-arbiter-mcp",
      "env": {
        "MEMORY_ARBITER_CLIENT": "zcode",
        "MEMORY_ARBITER_AGENT_ID": "zcode-default",
        "MEMORY_ARBITER_DB_PATH": "~/.local/share/memory-arbiter/memory.sqlite3"
      }
    }
  }
}
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
billy12151
Star
-
Language
-
License
-
Category

Recommend Servers

View All