mismem for Grok
io.github.lucasmella-stack/mismem
Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian)
client:Grok
transport:stdio
runtime:npm
Install mismem in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mismem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<MISMEM_DB>"
}
}
}
}
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