Odel
mcp agent trace inspector

mcp agent trace inspector

Local
@dbsectrainerTypeScriptMITUpdated 3mo ago

Step-by-step observability for MCP agent workflows

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-agent-trace-inspectorv1.0.0

Run

npx -y mcp-agent-trace-inspector

MCP client config

{
  "mcpServers": {
    "mcp-agent-trace-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agent-trace-inspector"
      ]
    }
  }
}