← Back to Plugins
MCP Server MCP

io.github.billy12151/memory-arbiter-mcp

github By github 👁 1 views ▲ 0 votes

Shared memory store for AI coding tools with dual-timeline conflict arbitration.

Homepage Verified source GitHub

Install

uvx memory-arbiter-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "memory-arbiter-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Client identity (e.g. zcode, codex, cursor, claude-code)",
          "name": "MEMORY_ARBITER_CLIENT"
        },
        {
          "description": "Agent identifier for this client",
          "name": "MEMORY_ARBITER_AGENT_ID"
        },
        {
          "description": "Path to the SQLite database file",
          "name": "MEMORY_ARBITER_DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...