Skip to content
Zed

ACR — Agent Composition Records for Zed

io.github.tethral-inc/acr

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

client:Zed transport:stdio runtime:npm

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

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

ACR — Agent Composition Records in other clients