Loomal

agentrace

MCP server by github.com/ura-tools/agentrace

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

0 starsnpm: @ura-dev/agentrace

About agentrace

agentrace is an MCP (Model Context Protocol) server published by ura-tools in the official MCP registry, listed under Autonomous Agents on Loomal. Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

It ships as an npm package (@ura-dev/agentrace), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/ura-tools/agentrace.

Use agentrace with your agent

Claude Code · one command
claude mcp add agentrace -- npx -y @ura-dev/agentrace
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "agentrace": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/agentrace"
      ]
    }
  }
}
npm@ura-dev/agentrace

Frequently asked questions

What is agentrace?
agentrace is an MCP (Model Context Protocol) server by ura-tools in the Autonomous Agents category. Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.
How do I connect agentrace to Claude, Cursor, or another MCP client?
Install agentrace from its npm package (@ura-dev/agentrace) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is agentrace open source?
Yes — the source code is public at github.com/ura-tools/agentrace.
Can AI agents pay to use agentrace?
Not yet through Loomal — agentrace is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain agentrace? Claim this listing free by verifying GitHub ownership, or contact us.