Skip to content
Back to search
30
MCP

io.github.kurovu146/memory-fts

io.github.kurovu146/memory-fts

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

Uptime
0.0%
19 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
0 tools
io.github.marerem/longmem
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
0 tools
io.github.clauderecallhq/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
0 tools
Anamnesis
Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git
0 tools
io.github.rastogivaibhav/llm-kosh
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
0 tools
io.github.nyxtoolsdev/claude-memory-manager
Cross-session memory for Claude Code — context capture, semantic search, recall
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.kurovu146/memory-fts": {
      "url": "None",
      "transport": "http"
    }
  }
}