← Registry

Developer Tools

agentpatternscatalog.org

Provides access to a database of design patterns, allowing search, retrieval, and examples to aid developers in software design.

1 endpoint23 known toolsFirst detected May 28, 2026Last detected June 9, 2026

ENDPOINT 1

https://mcp.agentpatternscatalog.org/mcp

No auth detected

Known tools 23

find_pattern

Search patterns by id, name, alias, or intent.

Inferred read-only
get_pattern

Return the full body of a pattern by id.

Inferred read-only
list_patterns

List patterns, optionally filtered by category (e.g.

Inferred read-only
get_pattern_context

Reverse-index view of a pattern: who implements it (frameworks), who uses it (recipes, methodologies), and what anti-patterns oppose it.

Inferred read-only
examples_for

Get code examples for a pattern, optionally filtered to one framework (e.g.

Inferred read-only
pattern_for_symptom

Given an observed symptom (e.g.

Inferred read-only
anti_patterns_in

List anti-patterns.

Inferred read-only
get_recipe

Return a recipe (abstract composition) by id.

Inferred read-only
get_framework

Return a framework (concrete composition) by id.

Inferred read-only
list_frameworks

List frameworks.

Inferred read-only
get_methodology

Return a methodology entry by id.

Inferred read-only
recommend_recipe

Recommend recipes and frameworks for a use case + constraints.

Inferred read-only
catalog_info

Single-call summary of what's in the catalog: counts of patterns / recipes / frameworks / methodologies / trainings / glossary terms, per-category pattern counts, server version, source repo URL.

Inferred read-only
list_categories

List the pattern categories (e.g.

Inferred read-only
list_recipes

List recipes (abstract compositions).

Inferred read-only
list_methodologies

List methodologies.

Inferred read-only
list_trainings

List training entries (curated learning paths).

Inferred read-only
list_glossary_terms

List all glossary terms (id, full term, expansion).

Inferred read-only
get_training

Return a training entry by id (e.g.

Inferred read-only
glossary_term

Look up a glossary term by id ('llm'), full term ('LLM'), or expansion ('Large Language Model').

Inferred read-only
search_text

Full-text search across patterns, recipes, frameworks, methodologies, and trainings — broader than `find_pattern` (which only hits name/aliases/intent on patterns).

Inferred read-only
suggest_methodology

Suggest methodologies for a given use case.

Inferred read-only
recommend_training

Recommend training entries for a learning goal.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentpatternscatalog-org]
url = "https://mcp.agentpatternscatalog.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentpatternscatalog-org": {
      "type": "http",
      "url": "https://mcp.agentpatternscatalog.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentpatternscatalog-org
Remote MCP URL: https://mcp.agentpatternscatalog.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentpatternscatalog-org": {
      "url": "https://mcp.agentpatternscatalog.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentpatternscatalog-org": {
      "type": "http",
      "url": "https://mcp.agentpatternscatalog.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentpatternscatalog-org",
  "transport": "streamable-http",
  "url": "https://mcp.agentpatternscatalog.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentpatternscatalog.org was fetched 2026-07-28T08:00:14.662Z and is being refreshed.

Trust status Neutral

agentpatternscatalog.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.