io.github.kurovu146/memory-fts
Quality Score
84
/100
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"memory-fts": {
"command": "npx",
"args": [
"-y",
"claude-memory-fts"
],
"env": {
"MEMORY_DB_PATH": "<memory_db_path>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"memory-fts": {
"command": "npx",
"args": [
"-y",
"claude-memory-fts"
],
"env": {
"MEMORY_DB_PATH": "<memory_db_path>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y claude-memory-fts§02 Environment variables
MEMORY_DB_PATHCustom path to the SQLite database file (default: ~/.claude/memory.db)
§03 MCP Quality Score · methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…