HomeKnowledge & Memory › memory-arbiter-mcp

memory-arbiter-mcp

Local SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.

Python Local macOSWindowsLinux
★ 9 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.16.12)

uvx memory-arbiter-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "memory-arbiter-mcp": {
      "command": "uvx",
      "args": [
        "memory-arbiter-mcp"
      ],
      "env": {
        "MEMORY_ARBITER_CONFIG": "<YOUR_VALUE>",
        "MEMORY_ARBITER_CLIENT": "<YOUR_VALUE>",
        "MEMORY_ARBITER_AGENT_ID": "<YOUR_VALUE>",
        "MEMORY_ARBITER_DB_PATH": "<YOUR_VALUE>",
        "MEMORY_ARBITER_BACKUP_JSONL": "<YOUR_VALUE>",
        "MEMORY_ARBITER_MCP_TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MEMORY_ARBITER_CONFIG — Optional alternate JSON config path. File values override other env fallbacks.
  • MEMORY_ARBITER_CLIENT — Client identity (e.g. zcode, codex, cursor, claude-code)
  • MEMORY_ARBITER_AGENT_ID — Agent identifier for this client
  • MEMORY_ARBITER_DB_PATH — Path to the SQLite database file
  • MEMORY_ARBITER_BACKUP_JSONL — Path to the append-only fallback backup file
  • MEMORY_ARBITER_MCP_TRANSPORT — MCP transport: stdio (default) or streamable-http

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry