mcp-adr-analysis-server
About
AI-powered MCP server for analyzing Architectural Decision Records (ADRs).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PROJECT_PATH OPENROUTER_API_KEY EXECUTION_MODE ADR_DIRECTORYClaude Code
claude mcp add --env PROJECT_PATH= --env OPENROUTER_API_KEY= --env EXECUTION_MODE= --env ADR_DIRECTORY= mcp-adr-analysis-server -- npx mcp-adr-analysis-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-adr-analysis-server","command":"npx","args":["mcp-adr-analysis-server"],"env":{"PROJECT_PATH":"","OPENROUTER_API_KEY":"","EXECUTION_MODE":"","ADR_DIRECTORY":""}}'
JSON
{
"mcpServers": {
"mcp-adr-analysis-server": {
"command": "npx",
"args": [
"mcp-adr-analysis-server"
],
"env": {
"PROJECT_PATH": "",
"OPENROUTER_API_KEY": "",
"EXECUTION_MODE": "",
"ADR_DIRECTORY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.