sessiongrep

braincompany/sessiongrep
★ 9 stars Rust 🗄️ Database Updated today
Local-first memory layer for CLI agents. Indexes Claude Code, Codex CLI, and Cursor session histories into SQLite + FTS5 — searchable from a CLI, TUI, or MCP server so your next agent session can recall the last one.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sessiongrep": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "sessiongrep"
      ]
    }
  }
}

Topics

agent-memoryai-agentsclaude-codecodex-clicursordeveloper-toolslocal-firstmcprust