Loading MCP server directory, please wait...
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
npx @getmcp/cli add io.github.wyre-technology/rootly-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ROOTLY_API_TOKENRootly API token (Bearer credential)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/rootly-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ROOTLY_API_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/rootly-mcp:v1.1.7"
],
"env": {
"ROOTLY_API_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}