★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sessiongrep": {
"command": "cargo",
"args": [
"run",
"--",
"sessiongrep"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sessiongrep cargo run -- sessiongrep
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sessiongrep": {
"command": "cargo",
"args": [
"run",
"--",
"sessiongrep"
]
}
}
}
📋 Copy
Topics
agent-memory ai-agents claude-code codex-cli cursor developer-tools local-first mcp rust