MCP Server
MCP
io.github.billy12151/memory-arbiter-mcp
Shared memory store for AI coding tools with dual-timeline conflict arbitration.
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
By
Comments
Sign in to leave a comment