MCP ADR Analysis Server
Your ADRs are lying to you. This MCP server catches it.
Live drift detection validates architectural decisions against your actual code โ plus content safety, decision memory, and 64 tools powered by your host LLM via CE-MCP.
npm install -g mcp-adr-analysis-server
โจ Core Capabilitiesโ
๐ Drift Detection โ Validate ADR decisions against live code and infrastructure evidence. No other ADR tool does this.
๐ก๏ธ Content Safety โ Detect and mask secrets, PII, and sensitive content automatically before it reaches the LLM.
๐ง Decision Memory โ Session & tool-usage tracking with keyword-scored retrieval across conversations.
๐๏ธ Technology Detection โ Identify any tech stack and architectural patterns in your codebase.
๐ ADR Management โ Generate, suggest, and maintain Architectural Decision Records automatically.
๐ Smart Code Linking โ Discovery of code files related to ADRs and decisions using tree-sitter AST analysis and ripgrep.
๐ Deployment Readiness โ Zero-tolerance test validation with hard blocking before deploy.
๐ฏ Who Is This For?โ
๐จโ๐ป AI Assistant Usersโ
Use with Claude Desktop, Cline, Cursor, or Windsurf to enhance your AI coding workflow with architectural intelligence. No API key required โ the server runs in CE-MCP mode by default, using your host LLM's existing context.
๐ข Enterprise Architectsโ
Track architectural decisions with ADRs, detect drift before it causes production incidents, enforce content safety standards, and generate governance reports โ all integrated into your existing toolchain.
๐ ๏ธ Development Teamsโ
Integrate into CI/CD pipelines for automated ADR validation, deployment readiness checks, security scanning, and architectural compliance enforcement.
โก Quick Startโ
1. Installโ
npm install -g mcp-adr-analysis-server
2. Configure Your MCP Clientโ
No API key required. The server runs in CE-MCP mode by default โ your host LLM executes the analysis using orchestration directives.
{
"mcpServers": {
"adr-analysis": {
"command": "mcp-adr-analysis-server",
"env": {
"PROJECT_PATH": "/path/to/your/project"
}
}
}
}
See the Installation Guide for detailed setup instructions, client-specific config locations, and troubleshooting.
๐ Explore the Docsโ
๐ Tutorialsโ
Step-by-step guides to get you up and running โ from first install to your first architectural analysis.
๐ ๏ธ How-To Guidesโ
Task-oriented recipes for specific goals: configuring clients, running analyses, managing ADRs, and integrating with CI/CD.
๐ Referenceโ
Technical details on all 64 MCP tools, environment variables, configuration options, and the CE-MCP directive format.
๐ก Explanationโ
Deep dives into architectural concepts, design decisions, security philosophy, and how the server works under the hood.