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)
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
animotion-mcp
745+ CSS3 animations and 9,000+ real SVG icons for AI coding agents. 10 MCP tools. Zero-clone setup via npx.
MagicPod
A server for integrating with MagicPod, an AI-powered test automation platform.
MCP-Creator-MCP
Create new MCP servers using AI-guided workflows and intelligent templates.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
XcodeProj MCP Server
An MCP server for manipulating Xcode project files (.xcodeproj) using Swift. Requires Docker and macOS.
WinTerm MCP
Provides programmatic access to the Windows terminal, enabling AI models to interact with the command line interface.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
@4da/mcp-server
Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.
MLflow MCP Server
Integrates with MLflow, enabling AI assistants to interact with experiments, runs, and registered models.
MKP
Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management.