Skip to content
Windsurf

adrkit decision memory for Windsurf

dev.adrkit/mcp

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

client:Windsurf transport:stdio runtime:npm

Install adrkit decision memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

adrkit decision memory in other clients