LogoSTMCP
Download
agentops-mcp

AgentOps MCP Server

AgentOps MCP Server provides observability and tracing data access for debugging complex AI agent runs, adding crucial context about agent success and failure points.

Tools

1. auth

Authorize using an AgentOps project API key and return JWT token.

2. get_trace

Retrieve trace information by ID.

3. get_span

Get span information by ID.

4. get_complete_trace

Get comprehensive trace information including all spans and their metrics.

Open Graph image for AgentOps MCP Server

JSON Config

{
    "mcpServers": {
        "agentops-mcp": {
            "command": "npx",
            "args": ["agentops-mcp"],
            "env": {
              "AGENTOPS_API_KEY": ""
            }
        }
    }
}

Useful Links

Information