Skip to main content
Developer ToolsPython

Rootly-AI-Labs/Rootly-MCP-server

MCP server for the incident management platform [Rootly](https://rootly.com/).

developer-toolsofficialcloud-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/Rootly-AI-Labs/Rootly-MCP-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "rootly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Rootly-AI-Labs/Rootly-MCP-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
Rootly-AI-Labs