Interaction profile registry for AI agents. Log interactions, query behavioral lenses.
claude mcp add acr -- npx -y @tethral/acr-mcp
claude_desktop_config.json
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"acr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Tethral-Inc--acr/reviews or the review_server meta-tool.
POST /mcp