How to¶
Find stores before searching¶
$ uv run agentgrep find
Filter discovery to Codex session files:
$ uv run agentgrep find sessions --agent codex
Cap result count¶
$ uv run agentgrep search "migration" --limit 5
Answer before the scan finishes¶
Interactive text searches show a progress line. Press Enter on a blank line to stop scanning and print the matches collected so far.
$ uv run agentgrep search "bliss"
Keep scripts quiet¶
Use structured output and disable progress:
$ uv run agentgrep search "release" --json --progress never
Progress, when enabled for JSON or NDJSON output, is written to stderr only.
Use MCP from a client¶
Connect the agentgrep MCP server, then ask the client to search local agent history. The client can call:
searchreadonly for full recordsfindreadonly for store discoveryagentgrep://capabilitiesfor server metadata