Offers Node.js compatibility for the MCP server, supporting agent tracing and observability through a Node.js environment with tools for authentication and retrieving execution data.
AgentOps MCP Server
The AgentOps MCP server provides access to observability and tracing data for debugging complex AI agent runs. This adds crucial context about where the AI agent succeeds or fails.
Usage
MCP Client Configuration
Add the following to your MCP configuration file:
Installation
Installing via Cursor Deeplink
Installing via Smithery
To install agentops-mcp for Claude Desktop automatically via Smithery:
Local Development
To build the MCP server locally:
Available Tools
auth
Authorize using an AgentOps project API key and return JWT token.
Parameters:
api_key
(string): Your AgentOps project API key
Returns:
- Authorization headers object or error message
get_project
Get project information and configuration.
get_trace
Retrieve trace information by ID.
Parameters:
trace_id
(string): The trace ID to retrieve
get_span
Get span information by ID.
Parameters:
span_id
(string): The span ID to retrieve
get_complete_trace
Get comprehensive trace information including all spans and their metrics.
Parameters:
trace_id
(string): The trace ID
Requirements
- Node.js >= 18.0.0
- AgentOps API key (passed as parameter to tools)
This server cannot be installed
The AgentOps MCP server provides access to observability and tracing data for debugging complex AI agent runs. This adds crucial context about where the AI agent succeeds or fails.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that generates AI agent tools from Postman collections and requests. This server integrates with the Postman API to convert API endpoints into type-safe code that can be used with various AI frameworks.Last updated -17JavaScriptMIT License
- -securityAlicense-qualityMCP server enabling AI agents to programmatically connect to and control Apache Superset instances, allowing users to manage dashboards, charts, databases, datasets, and run SQL queries through natural language interactions.Last updated -20PythonMIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License
- -security-license-qualityThis MCP server provides tools to interact with the Salesforce Agentforce API, allowing authentication, session creation, and message exchange with Salesforce agents.Last updated -1Python