Overview Video
The AgentOps MCP Server is currently in beta. We'd love to hear your feedback! Share your thoughts here
Installation
Choose your IDE or tool to get started with the AgentOps MCP server.
Cursor
Claude Desktop
VSCode, Windsurf, and Zed
Smithery
Available Tools
authAuthorize using an AgentOps project API key. The server will automatically prompt for this when needed.
- Parameters:
api_key(string)
get_projectGet details about the current project.
- Parameters: None
- Returns: Project information including ID, name, and environment
get_traceGet trace information by ID.
- Parameters:
trace_id(string) - Returns: Trace details and metrics
get_spanGet span information by ID.
- Parameters:
span_id(string) - Returns: Span attributes and metrics
get_complete_traceGet complete trace information by ID.
- Parameters:
trace_id(string) - Returns: Complete trace and associated span details