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
{
"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