Google PageRank for AI agents. 25,000+ tools indexed.

AgentTrace MCP Server

yashsrivastava16/AgentTrace

Score: 53.3 Rank #35 Agent Framework
Are you the maintainer of yashsrivastava16/AgentTrace? Claim this listing →

A production-grade MCP server for tracing, logging, and debugging multi-agent systems — one session, full visibility.

Add AgentRank to Claude Code Discover and compare tools like yashsrivastava16/AgentTrace — your AI finds the right one automatically
Get API Access →
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

Python MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for yashsrivastava16/AgentTrace
[![AgentRank](https://agentrank-ai.com/api/badge/tool/yashsrivastava16--AgentTrace)](https://agentrank-ai.com/tool/yashsrivastava16--AgentTrace/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/yashsrivastava16--AgentTrace/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/yashsrivastava16--AgentTrace" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="yashsrivastava16/AgentTrace"></script>

Matched Queries

"mcp server""mcp-server"

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 appr
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.