Loading MCP server directory, please wait...
AI-powered MCP server for analyzing Architectural Decision Records (ADRs).
npx @getmcp/cli add io.github.tosin2013/mcp-adr-analysis-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tosin2013/mcp-adr-analysis-server": {
"command": "npx",
"args": [
"-y",
"mcp-adr-analysis-server"
],
"env": {
"PROJECT_PATH": "",
"OPENROUTER_API_KEY": "",
"EXECUTION_MODE": "",
"ADR_DIRECTORY": ""
}
}
}
}