Serversio.github.ura-tools/agentrace
A

agentrace

io.github.ura-tools/agentrace · v1.0.0
▦ npm
v1.0.0npm npm: @ura-dev/agentrace
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ura-tools/agentrace",
  "description": "Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.",
  "title": "agentrace",
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ura-dev/agentrace",
      "version": "1.0.0",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "valueHint": "agentrace-mcp"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}