Skip to content
Cursor

ACR — Agent Composition Records for Cursor

io.github.tethral-inc/acr

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

client:Cursor transport:stdio runtime:npm

Install ACR — Agent Composition Records in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "acr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tethral/acr-mcp"
      ],
      "env": {
        "ACR_API_URL": "<ACR_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ACR — Agent Composition Records in other clients