Skip to content
Cursor

memory fts for Cursor

io.github.kurovu146/memory-fts

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

client:Cursor transport:stdio runtime:npm

Install memory fts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memory fts in other clients