Resources

MCP resources expose passive read-only data at agentgrep:// URIs. Clients read them with resources/read.

Capability summary

agentgrep_capabilities

agentgrep://capabilities
resource application/json agentgrep capabilities readonly
resource application/json agentgrep capabilities readonly
agentgrep://capabilities

Read-only capability summary for the agentgrep MCP server.

MIME type:
application/json

Read agentgrep://capabilities to see supported agents, adapters, search scopes, tools, resources, prompts, and optional backend selections.

Sources

agentgrep_sources

agentgrep://sources
resource application/json agentgrep discovery readonly
resource application/json agentgrep discovery readonly
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

agentgrep://sources/{agent}
resource-template application/json agentgrep discovery readonly
resource-template application/json agentgrep discovery readonly
agentgrep://sources/{agent}

Discovered sources filtered to one agent.

MIME type:
application/json

Parameters

Argument

Type

Required

Description

agent

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

agentgrep://catalog
resource application/json agentgrep catalog readonly
resource application/json agentgrep catalog readonly
agentgrep://catalog

Full StoreCatalog: every known store with role, format, and notes.

MIME type:
application/json

Read agentgrep://catalog for the canonical catalog of every store agentgrep knows about — role, format, upstream reference, and schema notes per entry.

Query language

agentgrep_query_language

agentgrep://query-language
resource application/json agentgrep query readonly
resource application/json agentgrep query readonly
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.

Store roles

agentgrep_store_roles

agentgrep://store-roles
resource application/json agentgrep catalog readonly
resource application/json agentgrep catalog readonly
agentgrep://store-roles

StoreRole enum members with one-line descriptions.

MIME type:
application/json

Read agentgrep://store-roles for the enumeration of role values (primary_chat, prompt_history, app_state, …) with one-line descriptions.

Store formats

agentgrep_store_formats

agentgrep://store-formats
resource application/json agentgrep catalog readonly
resource application/json agentgrep catalog readonly
agentgrep://store-formats

StoreFormat enum members with one-line descriptions.

MIME type:
application/json

Read agentgrep://store-formats for the enumeration of on-disk format values (jsonl, sqlite, md_frontmatter, …) with one-line descriptions.