ACR — Agent Composition Records
Rank #60,427io.github.TethralAI/acr
Interaction profile registry for AI agents. Log interactions, query behavioral lenses.
ACR — Agent Composition Records is a Model Context Protocol (MCP) server published by tethral-inc. It ranks #60,427 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ACR — Agent Composition Records is listed on Official MCP, with 1 tracked version. It was first listed on Apr 14, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 71,686 of 132,113 servers on MCP Toplist.
Use ACR — Agent Composition Records
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add acr -e "ACR_API_URL=<your ACR_API_URL>" -- npx -y @tethral/acr-mcpReplace each placeholder with your own value before saving.
[mcp_servers.acr]
command = "npx"
args = ["-y", "@tethral/acr-mcp"]
[mcp_servers.acr.env]
ACR_API_URL = "<your ACR_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<your ACR_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<your ACR_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"acr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<your ACR_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<your ACR_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acr": {
"command": "npx",
"args": [
"-y",
"@tethral/acr-mcp"
],
"env": {
"ACR_API_URL": "<your ACR_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TethralAI%2Facr)<a href="https://mcptoplist.com/server/io.github.TethralAI%2Facr"><img src="https://mcptoplist.com/badge/io.github.TethralAI%2Facr.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tethral-inc
Available versions (1)
| Version | Published |
|---|---|
| 2.1.1 | Apr 14, 2026 |
Frequently asked questions
- Who maintains ACR — Agent Composition Records?
- ACR — Agent Composition Records is maintained by tethral-inc, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is ACR — Agent Composition Records listed on the Official MCP Registry?
- Yes — ACR — Agent Composition Records is listed on the Official MCP Registry.
- How many versions does ACR — Agent Composition Records have?
- MCP Toplist tracks 1 version of ACR — Agent Composition Records, most recently published on Apr 14, 2026.
- Where can I find the source code for ACR — Agent Composition Records?
- The source code for ACR — Agent Composition Records is hosted at github.com/Tethral-Inc/AgentRegistry.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.