Display Name
session-seek
Category
Tooling
Sub-Category
None
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 that searches Claude Code and Codex CLI session history with two modes: semantic vector search (any OpenAI-compatible embedding API) and exact keyword/regex search via ripgrep. grep_sessions works without any API key or indexing — zero config.
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 $(pwd)/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.
Specific Task(s)
Search past sessions for a specific keyword or error message across all projects.
Specific Prompt(s)
Find where we mentioned REDIS_URL
Additional Comments
No response
Recommendation Checklist
Display Name
session-seek
Category
Tooling
Sub-Category
None
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 that searches Claude Code and Codex CLI session history with two modes: semantic vector search (any OpenAI-compatible embedding API) and exact keyword/regex search via ripgrep. grep_sessions works without any API key or indexing — zero config.
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):
claude mcp add -s user session-seek -- bun run $(pwd)/index.tsThen in any Claude Code session, ask: "Find where we mentioned REDIS_URL" — Claude will use grep_sessions to search across all your past sessions.
Specific Task(s)
Search past sessions for a specific keyword or error message across all projects.
Specific Prompt(s)
Find where we mentioned REDIS_URL
Additional Comments
No response
Recommendation Checklist