tosin2013/mcp-adr-analysis-server
AI-powered architectural analysis server for software projects. Provides technology stack detection, ADR management, security checks, enhanced TDD workflow, and deployment readiness validation with support for multiple AI models.
Quick Start
Clone the repository:
git clone https://github.com/tosin2013/mcp-adr-analysis-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-adr-analysis-server": {
"command": "npx",
"args": [
"-y",
"tosin2013/mcp-adr-analysis-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.