A sophisticated Model Context Protocol (MCP) server for analyzing Architectural Decision Records (ADRs) and providing deep architectural insights to AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-adr-analysis-ser": {
"command": "npx",
"args": [
"-y",
"tosin2013/mcp-adr-analysis-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-adr-analysis-ser npx -y tosin2013/mcp-adr-analysis-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-adr-analysis-ser": {
"command": "npx",
"args": [
"-y",
"tosin2013/mcp-adr-analysis-server"
]
}
}
}
📋 Copy