Back to Apps

mnemo
by pilan-ai
Instant local search and indexing across AI coding sessions from Claude Code, Cursor, and others.
0 stars
Works in:CursorCodexGemini CLI
Exposes:ToolsPrompts
What it does
Connects your AI assistant to a local SQLite index of all your previous AI coding sessions. It enables the AI to remember decisions, debug logs, and architectural trade-offs made across 12+ different AI tools.
Tools
mnemo_search: Performs session-grouped full-text search across all indexed AI chats.mnemo_context: Generates a compact project context summary for injection into new sessions.mnemo_recent: Retrieves the most recent sessions within a specified timeframe.mnemo_tools: Lists all detected AI tools and the number of sessions indexed for each.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mnemo": {
"command": "mnemo",
"args": ["mcp"]
}
}
}
Supported hosts
Claude Code, OpenCode, Cursor, Claude Desktop, Gemini CLI.
Quick install
brew install Pilan-AI/tap/mnemoInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Run `mnemo install` to configure the MCP server.Cursor
Run `mnemo install` to configure the MCP server.Claude Desktop
{"mcpServers": {"mnemo": {"command": "mnemo", "args": ["mcp"]}}}





