Skip to content
Windsurf

mcp adr analysis server for Windsurf

io.github.tosin2013/mcp-adr-analysis-server

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

client:Windsurf transport:stdio runtime:npm

Install mcp adr analysis server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-adr-analysis-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ],
      "env": {
        "PROJECT_PATH": "<PROJECT_PATH>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "EXECUTION_MODE": "<EXECUTION_MODE>",
        "ADR_DIRECTORY": "<ADR_DIRECTORY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp adr analysis server in other clients