AgentHubAgentHub

Rootly MCP

MCP ServerMCP Registry官方收录

io.github.Servosity/rootly-mcp · v0.1.0

Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror

概览

Rootly MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Servosity/rootly-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Rootly MCP",
  "description": "Every Rootly incident, alert, and on-call object as a typed command  -  plus a local SQLite mirror",
  "repository": {
    "url": "https://github.com/servosity/msp-skills",
    "source": "github",
    "subfolder": "skills/rootly"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Servosity/msp-skills/releases/download/rootly-v0.1.0/rootly-mcp.mcpb",
        "version": "0.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ROOTLY_API_KEY",
            "description": "Set the ROOTLY_API_KEY credential for the Rootly MCP server.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "ROOTLY_API_TOKEN",
            "description": "Set the ROOTLY_API_TOKEN credential for the Rootly MCP server.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Servosity/rootly-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Servosity%2Frootly-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Rootly MCP — MCP Server 安装与配置 · AgentHub