Architecture Guidelines MCP Server - Inject architectural best practices into AI workflows
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"archguide-mcp-python","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ArchGuide MCP Server A Python-based Model Context Protocol (MCP) server that provides architecture guidelines, design patterns, and best practices directly into AI development workflows. Built with modern Python tooling including FastMCP, Pydantic, and uv. ## Features - **Architecture Guidelines**: Comprehensive guidelines for various architectural patterns - **Smart Search**: Full-text search across all guidelines and patterns using Whoosh - **Context-Aware**: Filter guidelines based on tech stack, scale, and domain - **Version Control**: Support for multiple versions of guidelines - **Compliance Checking**: Validate designs against architectural standards - **Fast & Efficient**: In-memory caching and optimized search - **Modern Python**: Built with FastMCP, Pydantic, and uv package manager ## Installation ### Prerequisites - Python 3.12+ - uv package manager ([installation guide](https://docs.astral.sh/uv/getting-started/installation/)) ### Install from Source ```bash git clone https://github.com/yourusername/archguide-mcp-python.git cd archguide-mcp-python uv sync ``` ### Development Setup ```bash # Install with development dependencies uv sync --dev # Run tests uv run python -m pytest # Run the server uv run archguide-mcp ``` ## Usage with Claude Code 1. **Add to your Claude Code configuration**: ```json { "mcpServers": { "archguide": { "command": "uv", "args": ["run", "archguide-mcp"], "cwd": "/path/to/archguide-mcp-python", "env": { "GUIDELINES_PATH": "/path/to/your/guidelines" } } } } ``` 2. **Use in your prompts**: ``` Design a microservices architecture for an e-commerce platform. use archguide Show me the event sourcing pattern with examples. use archguide Check if this API design follows our REST guidelines. use archguide What are the best practices for authentication in Python FastAPI apps? use archguide ``` ## Available MCP Tools ### `get-architecture-guideline` Fetch architectur…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.