ACR — Agent Composition Records✓
io.github.TethralAI/acr · v2.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TethralAI/acr",
"description": "Interaction profile registry for AI agents. Log interactions, query behavioral lenses.",
"title": "ACR — Agent Composition Records",
"repository": {
"url": "https://github.com/Tethral-Inc/AgentRegistry",
"source": "github"
},
"version": "2.1.1",
"websiteUrl": "https://acr.nfkey.ai",
"packages": [
{
"registryType": "npm",
"identifier": "@tethral/acr-mcp",
"version": "2.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ACR API endpoint. Defaults to https://acr.nfkey.ai",
"name": "ACR_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}