Skip to content
Claude Desktop

adrkit decision memory for Claude Desktop

dev.adrkit/mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install adrkit decision memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@adrkit/mcp"
      ],
      "env": {
        "ADRKIT_MCP_CWD": "<ADRKIT_MCP_CWD>",
        "ADRKIT_MCP_DIR": "<ADRKIT_MCP_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

adrkit decision memory in other clients