Adr Analysis Server MCP Server

The Model Context Protocol (MCP) is an open standard that enables seamless integration between AI assistants and external tools and data sources. Think of it as a universal adapter that lets AI assistants like Claude, Cline, and Cursor connect to specialized analysis servers. This server enhances AI assistants with deep architectural analysis capabilities, enabling intelligent code generation, decision tracking, and…. Its 7 documented tools cluster into read & search, sync, validate.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 33 · #65 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Adr Analysis Server

before you install - you'll need

Set PROJECT_PATH, OPENROUTER_API_KEY, ADR_AGGREGATOR_API_KEY, FIRECRAWL_ENABLED, FIRECRAWL_BASE_URL before connecting. EXECUTION_MODE, FIRECRAWL_API_KEY are optional or environment-specific per the README.

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.6.14 · 2026-08-05

Release v2.6.14 · Changes · Bump fast-uri from 3.1.0 to 3.1.5 in /docs (#1326) by @dependabot[bot] · --- · Auto-generated release following PR merge

v2.6.13 · 2026-08-05

Release v2.6.13 · Changes · Bump postcss from 8.5.6 to 8.5.25 in /docs (#1325) by @dependabot[bot] · --- · Auto-generated release following PR merge

v2.6.12 · 2026-08-05

Release v2.6.12 · Changes · Bump brace-expansion from 1.1.12 to 1.1.18 in /docs (#1327) by @dependabot[bot] · --- · 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.

  1. Helmdeck Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent. ★ 4

05 · Facts

category
other - ranked #65 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-05)
registry
io.github.tosin2013/mcp-adr-analysis-server (active, first published 2026-03-21 · 6 versions)
packages
npm:mcp-adr-analysis-server

06 · Adr Analysis Server FAQ

Is Adr Analysis Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 3 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 7 environment variables (PROJECT_PATH, OPENROUTER_API_KEY, EXECUTION_MODE…) to set first. Set PROJECT_PATH, OPENROUTER_API_KEY, ADR_AGGREGATOR_API_KEY, FIRECRAWL_ENABLED, FIRECRAWL_BASE_URL before connecting. EXECUTION_MODE, FIRECRAWL_API_KEY are optional or environment-specific per the README. 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

More MCP servers to compare · Model Council · Mt5 MCP By Leo · Tredict · Gitworthy · Tripsy

More TypeScript MCP servers · OpenAI Ads MCP · Transloadit Media Processing · Contextatlas · Treza · see all