memory arbiter mcp for Zed
io.github.billy12151/memory-arbiter-mcp
Local SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.
client:Zed
transport:stdio
runtime:pypi
Install memory arbiter mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory-arbiter-mcp": {
"command": "uvx",
"args": [
"memory-arbiter-mcp"
],
"env": {
"MEMORY_ARBITER_CONFIG": "<MEMORY_ARBITER_CONFIG>",
"MEMORY_ARBITER_CLIENT": "<MEMORY_ARBITER_CLIENT>",
"MEMORY_ARBITER_AGENT_ID": "<MEMORY_ARBITER_AGENT_ID>",
"MEMORY_ARBITER_DB_PATH": "<MEMORY_ARBITER_DB_PATH>",
"MEMORY_ARBITER_BACKUP_JSONL": "<MEMORY_ARBITER_BACKUP_JSONL>",
"MEMORY_ARBITER_MCP_TRANSPORT": "<MEMORY_ARBITER_MCP_TRANSPORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs