MCP Coroot

v1.0.0Monitoring & Observabilitystable

MCP server for Coroot observability platform - integrate monitoring, troubleshooting, and configuration tools with AI agents

apmclaude-desktopcorootmcpmetrics
Share:
15
Stars
0
Downloads
0
Weekly
0/5

What is MCP Coroot?

MCP Coroot is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for coroot observability platform - integrate monitoring, troubleshooting, and configuration tools with ai agents

MCP server for Coroot observability platform - integrate monitoring, troubleshooting, and configuration tools with AI agents

This server falls under the Monitoring & Observability category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server for Coroot observability platform - integrate mon

Use Cases

Monitor application observability
Troubleshoot cluster issues with AI
jamesbrink

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-coroot

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP Coroot

MCP Coroot is a Python MCP server that integrates the Coroot open-source observability platform with AI agents, exposing over 60 tools covering application monitoring, distributed tracing, log search, infrastructure metrics, dashboard management, alert integrations, SLO tracking, and cost analysis. DevOps engineers and SREs can use it to ask natural language questions about their production systems — diagnosing latency spikes, searching error logs, or configuring Slack alerts — all directly from an AI client like Claude Desktop.

Prerequisites

  • A running Coroot v1.0+ instance accessible over HTTP/HTTPS
  • Valid Coroot credentials: username/password, a session cookie (for SSO), or an API key
  • Python 3.10+ with uv installed, or Docker for a no-install deployment
  • An MCP-compatible AI client such as Claude Desktop
1

Install mcp-coroot via uvx (recommended)

The easiest way to run mcp-coroot is with uvx, which downloads and runs it in an isolated environment without a global install.

uvx mcp-coroot
2

Or install via pip

Install mcp-coroot into your Python environment if you prefer a persistent installation.

pip install mcp-coroot
3

Gather your Coroot connection details

You will need your Coroot instance URL and one of the supported authentication methods. For standard deployments, username and password are sufficient. SSO users should use a session cookie.

4

Configure Claude Desktop with Coroot connection details

Add mcp-coroot to your Claude Desktop MCP config. Pass your Coroot URL and credentials as environment variables.

{
  "mcpServers": {
    "coroot": {
      "command": "uvx",
      "args": ["mcp-coroot"],
      "env": {
        "COROOT_BASE_URL": "http://your-coroot-host:8080",
        "COROOT_USERNAME": "admin",
        "COROOT_PASSWORD": "your-password"
      }
    }
  }
}
5

Restart Claude Desktop and verify connectivity

Restart Claude Desktop. Ask a simple question like 'List my Coroot projects' to confirm the server connects and authenticates successfully.

MCP Coroot Examples

Client configuration

Claude Desktop config for mcp-coroot using basic auth. For SSO, replace COROOT_USERNAME/PASSWORD with COROOT_SESSION_COOKIE.

{
  "mcpServers": {
    "coroot": {
      "command": "uvx",
      "args": ["mcp-coroot"],
      "env": {
        "COROOT_BASE_URL": "http://coroot.internal:8080",
        "COROOT_USERNAME": "admin",
        "COROOT_PASSWORD": "your-secure-password"
      }
    }
  }
}

Prompts to try

Example prompts for AI-driven observability and troubleshooting with Coroot.

- "Search for error logs in the payment-service from the last 30 minutes."
- "What is the p99 latency for the checkout service over the past hour?"
- "Analyze the root cause of the high error rate in the frontend service."
- "Set up a Slack notification for any SLO breach in the production project."
- "Show me the cost breakdown by service for this month."

Troubleshooting MCP Coroot

Authentication fails with 401 Unauthorized

Double-check COROOT_USERNAME and COROOT_PASSWORD match the credentials you use to log into Coroot's web UI. If your organization uses SSO or MFA, use COROOT_SESSION_COOKIE instead: copy the session cookie value from your browser's developer tools after logging in.

COROOT_BASE_URL connection refused or timeout

Ensure the URL includes the correct scheme and port (e.g. http://coroot.internal:8080 not just coroot.internal). Verify your machine has network access to the Coroot instance — it may be inside a private network requiring a VPN.

uvx mcp-coroot not found or fails to resolve

Install uv first: curl -LsSf https://astral.sh/uv/install.sh | sh. Then confirm uvx is in your PATH with which uvx. Alternatively, use pip install mcp-coroot and set the command to mcp-coroot in your MCP config.

Frequently Asked Questions about MCP Coroot

What is MCP Coroot?

MCP Coroot is a Model Context Protocol (MCP) server that mcp server for coroot observability platform - integrate monitoring, troubleshooting, and configuration tools with ai agents It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP Coroot?

Follow the installation instructions on the MCP Coroot GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP Coroot?

MCP Coroot works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP Coroot free to use?

Yes, MCP Coroot is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Monitoring & Observability MCP Servers

Explore all monitoring & observability servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-coroot": { "command": "npx", "args": ["-y", "mcp-coroot"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP Coroot?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides