kannajune/mcp-architect
🔌 MCP Serverkannajune
An MCP server that provides AI assistants with deep architectural insights into your local codebase.
mcp-architect acts as a bridge between your local codebase and AI assistants, providing structural intelligence that goes beyond simple file reading. By analyzing the project structure, it generates a high-level architectural map that helps AI models understand how different components interact. Key features include an automated tech-stack overview, which identifies the frameworks and languages in use, and a sophisticated dependency graph generator that includes cycle detection to identify potential architectural debt. Furthermore, the tool highlights risk hotspots—areas of the code that are highly coupled or complex—and generates concise module summaries. Because it operates entirely locally, it ensures that sensitive codebase information never leaves your machine, providing a secure and efficient way to integrate architectural awareness into your development workflow. Installation is streamlined via uvx, allowing for immediate integration into any MCP-compatible environment.
💡Highlights
- ├─Local dependency graph generation
- ├─Automated risk hotspot detection
- └─Zero-config, no API keys required
🎯For
- ├─Software Architects
- └─Full-stack Developers