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