Developer Tools
agentpatternscatalog.org
Provides access to a database of design patterns, allowing search, retrieval, and examples to aid developers in software design.
ENDPOINT 1
https://mcp.agentpatternscatalog.org/mcp
Known tools 23
get_pattern_contextReverse-index view of a pattern: who implements it (frameworks), who uses it (recipes, methodologies), and what anti-patterns oppose it.
Inferred read-onlyexamples_forGet code examples for a pattern, optionally filtered to one framework (e.g.
Inferred read-onlycatalog_infoSingle-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-onlyglossary_termLook up a glossary term by id ('llm'), full term ('LLM'), or expansion ('Large Language Model').
Inferred read-onlysearch_textFull-text search across patterns, recipes, frameworks, methodologies, and trainings — broader than `find_pattern` (which only hits name/aliases/intent on patterns).
Inferred read-onlyCONNECT 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.
agentpatternscatalog.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.