Back to MCP Servers
Recallnest
Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero extern…
knowledge-memorysqliteaiagent
By AliceLJY
Installation
npx -y recallnestConfiguration
{
"mcpServers": {
"recallnest": {
"command": "npx",
"args": ["-y", "recallnest"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes