mcpbeat Sign in

MCP Adr Analysis Server MCP Server

local only

MCP Adr Analysis Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 092 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 55 · avg 17 · -38% w/w
a month agotoday
1 092
Installs / week
npm · mcp-adr-analysis-server
33
Stars
12 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/utils/research-integration.ts:611
## Update Requirements

- **Update Type**: ${updateType}
- **Focus Areas**: ${
      updateType === 'content'
        ? 'Decision content and rationale'
        : updateType === 'status'
          ? 'Decision status and lifecycle'
          : updateType === 'consequences'
       …
        testOutput = execSync(command, {
Builds a file path from a variable src/mcp-adr-analysis-server.ts:1400
      const adrDirectory = path.join(projectPath, this.config.adrDirectory);
  for (const [key, value] of Object.entries(process.env)) {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

          export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DEBUG -e MCP_GATEWAY_LO…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-adr-analysis-server -- npx -y mcp-adr-analysis-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-adr-analysis-server": {
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-adr-analysis-server]
command = "npx"
args = ["-y", "mcp-adr-analysis-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-adr-analysis-server": {
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-adr-analysis-server": {
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROJECT_PATH (Path to the project directory to analyze (defaults to current directory)), OPENROUTER_API_KEY (OpenRouter API key for AI-powered analysis (required for full execution mode)), EXECUTION_MODE (Execution mode: 'ce-mcp' (default), 'full' for AI results, or 'prompt-only' for prompts), ADR_DIRECTORY (ADR directory relative to project path (default: docs/adrs)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Adr Analysis Server

same job, measured the same way
Cathedral — Persistent Memory for AI Agents
by ailife1

Persistent memory and drift detection for AI agents across session restarts.

99 installs/wk answering
Mitos
by dovahkiin-v

Architectural decision memory for LLM-native workflows — markdown for humans, a graph for agents.

102 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
BanditDB
by banditdb

Persistent decision memory for agents — learns which action works in which context

204 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Mneme Decision MCP
by mnemehq

Local MCP server for architectural decisions, traceability, and non-authoritative proposals.

local only
Lex
by guffawaffle

Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy.

211 installs/wk local only
AdrMcp
by atypical-consulting

MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them.

local only

MCP Adr Analysis Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Adr Analysis Server?
MCP Adr Analysis Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-adr-analysis-server was installed 1 092 times last week.
How do I connect MCP Adr Analysis Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-adr-analysis-server straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Adr Analysis Server?
The npm package mcp-adr-analysis-server was installed 1 092 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Adr Analysis Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 33 stars on GitHub and 12 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.