Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

memory fts in other clients