agentops-mcp-server
0
The AgentOps API MCP Server is designed as a tool for LLM agents to access trace data from the AgentOps API. It features secure authentication and integration with Claude Coder, supporting detailed trace information retrieval and listing.
AgentOps API MCP Server
An MCP server enabling agents to access and interact with the AgentOps API for trace data.
Features
- List recent traces from AgentOps projects
- Retrieve detailed information about specific traces
- Secure two-step authentication process using API key and JWT tokens
Usage
- Recommended with Claude Coder integration by configuring the Claude Coder configuration file
- Option for standalone server running using a convenience script or directly with Python
Architecture
- Client handles authentication and communication
- Tools process requests and define available tools
- Server implements the MCP server for agent interactions
Docker
- Build and run a Docker container for easy deployment
Future Enhancements
- More tools for metrics and spans
- Better filtering and searching capabilities
- Batch operations and JWT caching for efficiency