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