Adr Analysis Server MCP Server
What is MCP? Prerequisites Quick Installation Quick Setup Usage Examples Use Cases Technology Stack Project Structure Testing ADR Aggregator Integration Development Troubleshooting Security & Performance. Its 7 documented tools cluster into read & search, sync, validate. It runs locally over stdio via the published package.
People who work with adr, architecture and code analysis and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-17 · ★ 33 · #14 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Adr Analysis Server
before you install - you'll need
Set PROJECT_PATH, OPENROUTER_API_KEY, EXECUTION_MODE, ADR_AGGREGATOR_API_KEY before connecting.
Claude Code
claude mcp add tosin2013-mcp-adr-analysis-server -- npx -y mcp-adr-analysis-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"tosin2013-mcp-adr-analysis-server": {
"command": "npx",
"args": [
"-y",
"mcp-adr-analysis-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package mcp-adr-analysis-server - unscoped; check the name against the project README before installing
registry namespace io.github.tosin2013 is GitHub-verified and matches the repo owner
03 · What Adr Analysis Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 7 documented tools across read & search, sync, validate, including sync_to_aggregator, get_adr_context, get_staleness_report, get_adr_templates.
Capability map
Tools grouped from the project's README - what Adr Analysis Server lets an agent do.
read & search
5 tools - e.g. Pull ADR context from platform; Get ADR governance/health reports; Retrieve domain-specific templates
get_adr_context · get_staleness_report · get_adr_templates · get_adr_diagrams · get_knowledge_graph
Sync
1 tool - e.g. Push local ADRs to platform
sync_to_aggregator
Validate
1 tool - e.g. Validate ADR implementation
validate_adr_compliance
Latest releases
v2.14.14 · 2026-09-17
Release v2.14.14 · Changes · resolve MCP Registry publish race condition + CE-MCP docs update (#1740) by @tosin2013 · --- · Auto-generated release following PR merge
v2.14.13 · 2026-09-16
Release v2.14.13 · Changes · bump actions/checkout from 6.0.2 to 7.0.1 (#1730) by @dependabot[bot] · --- · Auto-generated release following PR merge
v2.14.12 · 2026-09-16
Release v2.14.12 · Changes · upgrade js-yaml from 4.3.2 to 5.4.2 with import migration (#1734) by @tosin2013 · --- · Auto-generated release following PR merge
04 · Who maintains Adr Analysis Server
mcp-adr-analysis-server is maintained by tosin2013. We track 2 MCP servers from tosin2013 - 2 actively maintained, 37 combined GitHub stars, oldest repo from Jul 2025. Full record: all servers from tosin2013.
05 · Facts
- repository
- github.com/tosin2013/mcp-adr-analysis-server
- category
- memory - ranked #14 of 304 actively-maintained memory servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-17)
- registry
- io.github.tosin2013/mcp-adr-analysis-server (active, first published 2026-03-21 · 64 versions)
- packages
- npm:mcp-adr-analysis-server
06 · Adr Analysis Server FAQ
Is Adr Analysis Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Adr Analysis Server do?
An agent gets 7 documented tools across read & search, sync, validate, including sync_to_aggregator, get_adr_context, get_staleness_report, get_adr_templates.
How do I install Adr Analysis Server?
Run `npx -y mcp-adr-analysis-server`. The README documents 4 environment variables (PROJECT_PATH, OPENROUTER_API_KEY, EXECUTION_MODE…) to set first. Set PROJECT_PATH, OPENROUTER_API_KEY, EXECUTION_MODE, ADR_AGGREGATOR_API_KEY before connecting. You can also paste the ready-made client config above.
Does Adr Analysis Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Adr Analysis Server
Alternatives to Adr Analysis Server
Maintained memory servers if Adr Analysis Server isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Adr Analysis Server doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Tribal · Mindpm · Living Memory · Mif Tools · Shodh Memory
More TypeScript MCP servers · OpenAI Ads MCP · Transloadit Media Processing · Contextatlas · Gitworthy · Brave DevTools MCP · see all