Resources¶
MCP resources expose passive read-only data at agentgrep:// URIs. Clients read them with resources/read.
Capability summary¶
agentgrep_capabilities¶
Sources¶
agentgrep_sources¶
All discovered read-only agent stores known to agentgrep.
- MIME type:
application/json
Read agentgrep://sources to list every discovered source.
Each source includes a version_detection object with the detected
app version, detected data version, strategy, confidence, and evidence
used to interpret that source.
Sources by agent¶
agentgrep_sources_by_agent¶
Discovered sources filtered to one agent.
- MIME type:
application/json
Parameters
Argument |
Type |
Required |
Description |
|---|---|---|---|
|
string |
yes |
— |
Read agentgrep://sources/codex, agentgrep://sources/claude,
agentgrep://sources/cursor-cli, agentgrep://sources/cursor-ide,
agentgrep://sources/gemini, agentgrep://sources/antigravity-cli,
agentgrep://sources/antigravity-ide, agentgrep://sources/grok,
agentgrep://sources/pi, agentgrep://sources/opencode, or
agentgrep://sources/vscode to filter discovery by agent.
Store catalog¶
agentgrep_catalog¶
Query language¶
agentgrep_query_language¶
Query-language field and operator catalog for search terms.
- MIME type:
application/json
Read agentgrep://query-language for the field and operator catalog the
search readonly tool accepts: every queryable field with its kind, layer,
aliases, and enum values, plus the boolean / phrase / wildcard / range
operators with copy-pasteable examples. The catalog is generated from the
same registry the compiler uses, so it never drifts from what the tools
actually accept. search readonly honors this query language inline; call
validate_query readonly to dry-run a query’s syntax (parse + compile) without
running a search. See Query language for the full prose
reference.