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, 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.

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, or agentgrep://sources/cursor 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.

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.