← Index

agentrace

io.github.ura-tools/agentrace·v1.0.0·Other
Quality Score
80
/100

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentrace": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/agentrace"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentrace": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/agentrace"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ura-dev/agentrace
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Other