Skip to main content
Developer ToolsTypeScript

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.

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tosin2013/mcp-adr-analysis-server

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
tosin2013