Setup

Use the catalog from your agent

Two ways in. Pick by what your agent can speak — live tools over the hosted MCP server, or a drop-in system prompt for clients that can't.

Use the catalog from your agent

Your agent calls live tools — find_pattern, recommend_recipe, pattern_for_symptom, glossary_term, and 19 more — against 421 patterns, 161 compositions, 54 methodologies, and 49 glossary terms. Configure once per client; the catalog stays fresh on every call.

Endpoint

https://mcp.agentpatternscatalog.org/mcp

Pick your client

One CLI call. After it returns, /mcp in any Claude Code session shows the connection.

Command

claude mcp add --transport http agent-patterns https://mcp.agentpatternscatalog.org/mcp

Verify

Ask your agent: “Find me memory patterns.” You should see a tool call and a list back — like this:

You:  Find me memory patterns.

Agent: → find_pattern(query="memory", limit=5)
       ← - agentic-memory              [memory]
         - five-tier-memory-cascade    [memory]
         - knowledge-graph-memory      [memory]
         - memory-poisoning            [anti-patterns]
         - memory-extraction-attack    [anti-patterns]