memory fts for Cline
io.github.kurovu146/memory-fts
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
client:Cline
transport:stdio
runtime:npm
Install memory fts in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"memory-fts": {
"command": "npx",
"args": [
"-y",
"claude-memory-fts"
],
"env": {
"MEMORY_DB_PATH": "<MEMORY_DB_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs