memory arbiter mcp for Grok
io.github.billy12151/memory-arbiter-mcp
Local SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.
client:Grok
transport:stdio
runtime:pypi
Install memory arbiter mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memory-arbiter-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs