Skip to content
Claude Desktop

ACR — Agent Composition Records for Claude Desktop

io.github.tethral-inc/acr

Interaction profile registry for AI agents. Log interactions, query behavioral lenses.

client:Claude Desktop transport:stdio runtime:npm

Install ACR — Agent Composition Records 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": {
    "acr": {
      "command": "npx",
      "args": [
        "-y",
        "@tethral/acr-mcp"
      ],
      "env": {
        "ACR_API_URL": "<ACR_API_URL>"
      }
    }
  }
}

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

ACR — Agent Composition Records in other clients