ACR — Agent Composition Records for Grok
io.github.tethralai/acr
Interaction profile registry for AI agents. Log interactions, query behavioral lenses.
client:Grok
transport:stdio
runtime:npm
Install ACR — Agent Composition Records in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"acr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<ACR_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs