memory fts for Grok
io.github.kurovu146/memory-fts
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
client:Grok
transport:stdio
runtime:npm
Install memory fts in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memory-fts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-memory-fts"
],
"env": {
"MEMORY_DB_PATH": "<MEMORY_DB_PATH>"
}
}
}
}
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