Skip to content
Claude Desktop

memory fts for Claude Desktop

io.github.kurovu146/memory-fts

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

client:Claude Desktop transport:stdio runtime:npm

Install memory fts in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "memory-fts": {
      "command": "npx",
      "args": [
        "-y",
        "claude-memory-fts"
      ],
      "env": {
        "MEMORY_DB_PATH": "<MEMORY_DB_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memory fts in other clients