Memory Fts runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 11 Apr 2026.
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
Today is the operative word: we check Memory Fts every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add memory-fts -- npx -y claude-memory-fts
{
"mcpServers": {
"memory-fts": {
"args": [
"-y",
"claude-memory-fts"
],
"command": "npx"
}
}
}
[mcp_servers.memory-fts]
command = "npx"
args = ["-y", "claude-memory-fts"]
{
"mcpServers": {
"memory-fts": {
"args": [
"-y",
"claude-memory-fts"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"memory-fts": {
"args": [
"-y",
"claude-memory-fts"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MEMORY_DB_PATH (Custom path to the SQLite database file (default: ~/.claude/memory.db)).
The author declared them in the registry entry; get the values from the project itself.
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.
Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.
Answers built from our own checks of this server.