Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.
claude mcp add agentrace -- npx -y @ura-dev/agentrace
claude_desktop_config.json
{
"mcpServers": {
"agentrace": {
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentrace": {
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentrace": {
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentrace": {
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ura-tools--agentrace/reviews or the review_server meta-tool.
POST /mcp