AgentTrace MCP Server
yashsrivastava16/AgentTrace
A production-grade MCP server for tracing, logging, and debugging multi-agent systems — one session, full visibility.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
yashsrivastava16/AgentTrace is a Python MCP server licensed under MIT. A production-grade MCP server for tracing, logging, and debugging multi-agent systems — one session, full visibility.
Ranked #35 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# AgentTrace 🔍 > MCP server for tracing, logging, and debugging multi-agent systems — one session, full visibility. --- ## What is AgentTrace? When something breaks in a multi-agent system, finding the root cause is painful. Logs are scattered across agents, tool calls are invisible, and there's no single place to see what actually happened. **AgentTrace** solves this by treating a **session** as the source of truth. Every human input, agent-to-agent call, tool invocation, and human-in-the-loop event is captured under a single session — giving you a complete, queryable trace tree of everything that happened. ``` Session abc-123 ├── [human_input] span-1 "Summarize this report" │ └── [agent_call] span-2 Orchestrator → ResearchAgent │ ├── [tool_call] span-3 ResearchAgent → web_search │ └── [tool_call] span-4 ResearchAgent → read_file │ └── EVENT: error — "file not found" ← root cause └── [hitl] span-5 pending apprRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.