Rootly for Cursor
io.github.wyre-ai/rootly-mcp
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
client:Cursor
transport:stdio
runtime:oci
Install Rootly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rootly-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/rootly-mcp:v1.2.6"
],
"env": {
"ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs