Skip to content

[Resource]: session-seek #1031

Description

@AndySze

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions