设置

使用您代理的目录

两种方式进入。根据您的代理可以使用的内容进行选择——通过托管的 MCP 服务器使用实时工具,或者为无法使用的客户端提供一个系统提示。

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]