AgentOps MCP
An MCP server for AgentOps, providing observability and evaluation tools for AI agents.
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:
{
"mcpServers": {
"agentops-mcp": {
"command": "npx",
"args": ["agentops-mcp"],
"env": {
"AGENTOPS_API_KEY": ""
}
}
}
}
Installation
Installing via Cursor Deeplink
Installing via Smithery
To install agentops-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @AgentOps-AI/agentops-mcp --client claude
Local Development
To build the MCP server locally:
# Clone and setup
git clone https://github.com/AgentOps-AI/agentops-mcp.git
cd mcp
npm install
# Build the project
npm run build
# Run the server
npm pack
Available Tools
auth
Authorize using an AgentOps project API key and return JWT token.
Parameters:
api_key(string): Your AgentOps project API key
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)
संबंधित सर्वर
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Openapi MCP
An MCP server that lets LLMs inspect and interact with OpenAPI specifications.
Artificial Analysis
An unofficial MCP server for the Artificial Analysis API
Nexus MCP Bridge for VSCode
A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.
Figma Context MCP
Provides Figma layout information to AI coding agents like Cursor.
PyPI Query MCP Server
A server to query the Python Package Index (PyPI) for package information, dependencies, and compatibility.
Figma
Interact with the Figma API to access and manage design files and resources.
Muster
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
MCP Talk Demo Files
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
Local Logs MCP Server
MCP for monitoring local application logs with real-time tailing, error tracking, and log search capabilities.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.