← Index

ACR — Agent Composition Records

io.github.TethralAI/acr·v2.1.1·Monitoring & Logs
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "acr": {
      "command": "npx",
      "args": [
        "-y",
        "@tethral/acr-mcp"
      ],
      "env": {
        "ACR_API_URL": "<acr_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "acr": {
      "command": "npx",
      "args": [
        "-y",
        "@tethral/acr-mcp"
      ],
      "env": {
        "ACR_API_URL": "<acr_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tethral/acr-mcp
§02  Environment variables
ACR_API_URL

ACR API endpoint. Defaults to https://acr.nfkey.ai

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs