Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Agentops Mcp

    agentops mcp

    10 stars
    JavaScript
    Updated Oct 12, 2025

    Table of Contents

    • Usage
    • MCP Client Configuration
    • Installation
    • Installing via Cursor Deeplink
    • Installing via Smithery
    • Local Development
    • Available Tools
    • auth
    • get_trace
    • get_span
    • get_complete_trace
    • Requirements

    Table of Contents

    • Usage
    • MCP Client Configuration
    • Installation
    • Installing via Cursor Deeplink
    • Installing via Smithery
    • Local Development
    • Available Tools
    • auth
    • get_trace
    • get_span
    • get_complete_trace
    • Requirements

    Documentation

    AgentOps MCP Server

    smithery badge

    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:

    json
    {
        "mcpServers": {
            "agentops-mcp": {
                "command": "npx",
                "args": ["agentops-mcp"],
                "env": {
                  "AGENTOPS_API_KEY": ""
                }
            }
        }
    }

    Installation

    Installing via Cursor Deeplink

    Install MCP Server

    Installing via Smithery

    To install agentops-mcp for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @AgentOps-AI/agentops-mcp --client claude

    Local Development

    To build the MCP server locally:

    bash
    # 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)

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k