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
auth
Authorize using an AgentOps project API key. The server will automatically prompt for this when needed.
- Parameters:
api_key
(string)
get_project
Get details about the current project.
- Parameters: None
- Returns: Project information including ID, name, and environment
get_trace
Get trace information by ID.
- Parameters:
trace_id
(string) - Returns: Trace details and metrics
get_span
Get span information by ID.
- Parameters:
span_id
(string) - Returns: Span attributes and metrics
get_complete_trace
Get complete trace information by ID.
- Parameters:
trace_id
(string) - Returns: Complete trace and associated span details