Plug Architecture Into Your AI Coding Tool
The Agents But Why MCP server gives your AI assistant direct access to our full knowledge base — 7 architecture patterns and 25 real-world use cases, and detailed component breakdowns. Ask questions, get recommendations, and make architecture decisions without leaving your editor.
⚡ Quick Start
The server is live — no installation required. Add the endpoint to your AI coding tool:
https://www.agentsbutwhy.com/api/mcp• What is MCP?
The Model Context Protocol is an open standard that connects AI assistants to external tools and data sources. Instead of copy-pasting architecture docs into your chat, MCP lets the AI read from them directly — searchable, structured, and kept in sync with this repository.
• Available Tools
Tools are actions your AI assistant can invoke on your behalf.
search_patternsSearch architecture patterns by keyword, tag, or complexity level.
get_pattern_detailGet the full breakdown of a pattern and its related use cases.
search_use_casesSearch real-world use cases by industry, complexity, or pattern.
get_use_case_detailGet the full analysis of a specific use case.
recommend_architectureDescribe your project and get architecture pattern recommendations.
• Browsable Resources
Resources are data your AI assistant can read for context.
• Guided Prompts
Prompts are reusable workflows discovered directly from the MCP server.
architecture_reviewDescribe your project and get a structured review with pattern recommendations and trade-off analysis.
pattern_comparisonCompare two or three patterns side by side — strengths, weaknesses, and when to choose each.
• Connect Your Tool
{
"mcpServers": {
"agents-but-why": {
"url": "https://www.agentsbutwhy.com/api/mcp"
}
}
}{
"mcpServers": {
"agents-but-why": {
"url": "https://www.agentsbutwhy.com/api/mcp"
}
}
}{
"mcpServers": {
"agents-but-why": {
"serverURL": "https://www.agentsbutwhy.com/api/mcp"
}
}
}Server URL: https://www.agentsbutwhy.com/api/mcp
Transport: Streamable HTTP• How It Works
Copy the MCP server URL into your AI tool's settings.
Your assistant discovers 5 tools, 4 resources, and 2 prompts directly from the server.
Your assistant now has direct access to 7 architecture patterns and 25 real-world use cases and their detailed component breakdowns.
The MCP server and this page now use the same repository-backed capability registry and content catalog.