rmbr for Grok
io.github.srock44/rmbr
Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.
client:Grok
transport:stdio
runtime:pypi
Install rmbr in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rmbr": {
"type": "stdio",
"command": "uvx",
"args": [
"rmbr"
]
}
}
}
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