AgentOps MCP Server provides observability and tracing data access for debugging complex AI agent runs, adding crucial context about agent success and failure points.
Authorize using an AgentOps project API key and return JWT token.
Retrieve trace information by ID.
Get span information by ID.
Get comprehensive trace information including all spans and their metrics.
{
"mcpServers": {
"agentops-mcp": {
"command": "npx",
"args": ["agentops-mcp"],
"env": {
"AGENTOPS_API_KEY": ""
}
}
}
}