mcpbeat Sign in

adrkit decision memory MCP Server

local only

adrkit decision memory runs on your own machine — the client starts it, so there is no endpoint to ping. 509 installs a week from npm. Last commit 15 Sep 2026.

Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.

Installs per day peak 496 · avg 106 · +165% w/w
a month agotoday
509
Installs / week
npm · @adrkit/mcp
14
Stars
2 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands packages/adapters/catalog-backstage/src/repository/identity.ts:126
  const proc = Bun.spawn(['git', ...args], {
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.

File ships in the package but is absent from the source [пакет] src/bin.ts:1, [пакет] src/index.ts:1, [пакет] src/main-module.ts:1 и ещё 8
этот файл ставится пользователю, но в репозитории его нет
  const proc = Bun.spawn(['git', ...args], {

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch adrkit decision memory and you get told the day something new turns up.

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 -- npx -y @adrkit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@adrkit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@adrkit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@adrkit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@adrkit/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ADRKIT_MCP_CWD (Repository root; must contain a readable .git entry. Defaults to the process working directory.), ADRKIT_MCP_DIR (ADR directory, resolved against the root and required to stay contained within it. Defaults to docs/adr.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to adrkit decision memory

same job, measured the same way
Agent Core
by kinbinghua-lgtm

Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.

341 installs/wk local only
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only
Toon Memory
by luiggival08

Offline persistent memory for AI coding agents — 35 tools, 80% fewer calls, no LLM

210 installs/wk local only
Vanguard Memory Node
by ezumba

Local deterministic BM25 memory for AI agents. Offline-first, no API key, SHA-256 shards, stdio.

72 installs/wk local only
culprit
by noordeen123

Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents.

164 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

1 794 installs/wk local only
CommitLore
by monglong0214

Git-native decision memory for coding agents: only the decisions still in force for the edited path

local only

adrkit decision memory — questions

Answers built from our own checks of this server.

Why is there no uptime for adrkit decision memory?
adrkit decision memory 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 @adrkit/mcp was installed 509 times last week.
How do I connect adrkit decision memory?
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 @adrkit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use adrkit decision memory?
The npm package @adrkit/mcp was installed 509 times in the last week. Week over week that is +165%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is adrkit decision memory open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 14 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.