Skip to content
Zed

adrkit decision memory for Zed

dev.adrkit/mcp

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

client:Zed transport:stdio runtime:npm

Install adrkit decision memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

adrkit decision memory in other clients