ACR — Agent Composition Records for Zed
io.github.tethralai/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
{
"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