wooxogh/adr-mcp-setup
Platform-specific configuration:
{
"mcpServers": {
"adr-mcp-setup": {
"command": "npx",
"args": [
"-y",
"adr-mcp-setup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
adr-skills is an MCP server for Claude Code that automatically captures development conversations and uses Claude Opus to generate, review, and manage Architecture Decision Records (ADRs).
> TL;DR: Install once, and every Claude Code session ends with a structured ADR saved to ~/.adr-mcp/adrs/ — no manual writing required.
[](https://glama.ai/mcp/servers/wooxogh/adr-mcp-setup)
Engineering teams make dozens of architectural decisions every week — which database to use, how to handle auth, whether to go monolith or microservices — but rarely write them down. Months later, nobody remembers why Redis was chosen over Memcached, or why the team avoided GraphQL.
adr-skills solves this by turning your existing Claude Code conversations into permanent, searchable ADR documents automatically.
~/.adr-mcp/adrs/ADR-0001-*.mdreview_adr to score quality, link_adrs to map dependencies, check_stale_adrs to surface outdated decisionsADR-NNNN-slug.md, ready to commit alongside your codeLoading reviews...