Display Name
session-seek
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/AndySze/session-seek
Author Name
AndySze
Author Link
https://github.com/AndySze
License
MIT
Other License
No response
Description
MCP server for searching AI coding agent session history with dual search modes: semantic vector search (via any OpenAI-compatible embedding API) and exact keyword/regex search (powered by ripgrep). Supports both Claude Code and Codex CLI sessions out of the box, with a pluggable provider architecture for adding more agents.
Key features:
- grep_sessions: Exact keyword/regex search via ripgrep — works without any API key or indexing, zero config
- search_sessions: Semantic vector search with reranking — finds discussions by meaning
- Cross-agent search: query the same project across Claude Code and Codex CLI sessions
- Incremental line-level indexing with auto-indexing via Stop hook
- Content type classification (discussion / code / error / decision / tool)
- Time, project, and role filtering
Validate Claims
Install:
git clone https://github.com/AndySze/session-seek.git
cd session-seek
bun install
Add to Claude Code (grep only, no API key needed):
claude mcp add -s user session-seek -- bun run /path/to/session-seek/index.ts
Then in any Claude Code session, ask: "Find where we mentioned REDIS_URL" — Claude will use grep_sessions to search across all your past sessions.
Display Name
session-seek
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/AndySze/session-seek
Author Name
AndySze
Author Link
https://github.com/AndySze
License
MIT
Other License
No response
Description
MCP server for searching AI coding agent session history with dual search modes: semantic vector search (via any OpenAI-compatible embedding API) and exact keyword/regex search (powered by ripgrep). Supports both Claude Code and Codex CLI sessions out of the box, with a pluggable provider architecture for adding more agents.
Key features:
Validate Claims
Install:
git clone https://github.com/AndySze/session-seek.git cd session-seek bun installAdd to Claude Code (grep only, no API key needed):
Then in any Claude Code session, ask: "Find where we mentioned REDIS_URL" — Claude will use
grep_sessionsto search across all your past sessions.