tosin2013/mcp-adr-analysis-server
A sophisticated Model Context Protocol (MCP) server for analyzing Architectural Decision Records (ADRs) and providing deep architectural insights to AI agents.
Platform-specific configuration:
{
"mcpServers": {
"mcp-adr-analysis-server": {
"command": "npx",
"args": [
"-y",
"mcp-adr-analysis-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/tosin2013/mcp-adr-analysis-server) [](LICENSE) [](https://www.npmjs.com/package/mcp-adr-analysis-server) [](https://nodejs.org/) [](https://www.typescriptlang.org/) [](https://github.com/tosin2013/mcp-adr-analysis-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
> AI-powered architectural analysis for intelligent development workflows. Returns actual analysis results, not prompts to submit elsewhere.
The Model Context Protocol (MCP) is an open standard that enables seamless integration between AI assistants and external tools and data sources. Think of it as a universal adapter that lets AI assistants like Claude, Cline, and Cursor connect to specialized analysis servers. This server enhances AI assistants with deep architectural analysis capabilities, enabling intelligent code generation, decision tracking, and development workflow automation.
What: MCP server that provides AI-powered architectural decision analysis and ADR management Who: AI coding assistants (Claude, Cline, Cursor), enterprise architects, development teams Why: Get immediate architectural insights instead of prompts, with 95% confidence scoring How: npm install -g mcp-adr-analysis-server → Configure with OpenRouter API → Start analyzing
Key Features: Tree-sitter AST analysis • Secur
Loading reviews...