Skip to content

[Resource]: session-seek #1032

Description

@AndySze

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

  • I have checked that this resource hasn't already been submitted
  • It has been over one week since the first public commit to the repo I am recommending
  • All provided links are working and publicly accessible
  • I do NOT have any other open issues in this repository
  • I am primarily composed of human-y stuff and not electrical circuits

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions