Serverscom.rootly/mcp-server
S

Rootly

com.rootly/mcp-server · v2.2.4
▦ pypi
v2.2.4pypi pypi: rootly-mcp-server🌐 https://mcp.rootly.com/sse↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.rootly/mcp-server",
  "description": "Incident management, on-call scheduling, and intelligent analysis powered by Rootly.",
  "title": "Rootly",
  "repository": {
    "url": "https://github.com/Rootly-AI-Labs/Rootly-MCP-server",
    "source": "github"
  },
  "version": "2.2.4",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rootly-mcp-server",
      "version": "2.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Rootly API token",
          "isRequired": true,
          "isSecret": true,
          "name": "ROOTLY_API_TOKEN"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.rootly.com/sse",
      "headers": [
        {
          "description": "Bearer token for Rootly API (format: Bearer <YOUR_ROOTLY_API_TOKEN>)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}