Skip to main content
Glama

AgentOps MCP

Official
by AgentOps-AI

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 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)
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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.

  1. Usage
    1. MCP Client Configuration
  2. Installation
    1. Installing via Cursor Deeplink
    2. Installing via Smithery
    3. Local Development
  3. Available Tools
    1. auth
    2. get_trace
    3. get_span
    4. get_complete_trace
  4. Requirements

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An 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 -
      1
      12
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      MCP 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 -
      67
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables AI tools to interact with ActiveCampaign API, allowing contact management and tracking event analysis through natural language queries.
      Last updated -
      5
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server that enhances AI agents' coding capabilities by providing zero hallucinations, improved code quality, security-first approach, high test coverage, and efficient context management.
      Last updated -
      15
      669
      TypeScript

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentOps-AI/agentops-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server