HomeDevelopment › mcp-adr-analysis-server

mcp-adr-analysis-server

ADR drift detection, content safety, and decision memory for architectural decisions

TypeScript CloudLocal
★ 34 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.14.13)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-adr-analysis-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PROJECT_PATH": "<YOUR_VALUE>",
        "OPENROUTER_API_KEY": "<YOUR_VALUE>",
        "EXECUTION_MODE": "<YOUR_VALUE>",
        "ADR_DIRECTORY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROJECT_PATH — Path to the project directory to analyze (defaults to current directory)
  • OPENROUTER_API_KEY secret — OpenRouter API key for AI-powered analysis (required for full execution mode)
  • EXECUTION_MODE — Execution mode: 'ce-mcp' (default), 'full' for AI results, or 'prompt-only' for prompts
  • ADR_DIRECTORY — ADR directory relative to project path (default: docs/adrs)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry