Home › Development › adrkit decision memory

adrkit decision memory

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

TypeScript
★ 17 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.14.0)

npx -y @adrkit/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "adrkit": {
      "command": "npx",
      "args": [
        "-y",
        "@adrkit/[email protected]"
      ],
      "env": {
        "ADRKIT_MCP_CWD": "<YOUR_VALUE>",
        "ADRKIT_MCP_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

Related servers

Data from the Official MCP Registry