The Rootly Claude Code and Cursor plugins are now available. Both are backed by Rootly’s hosted MCP service and bring incident management into the tools where engineers already work.
Why it matters
Incident response has always required switching contexts, from your editor to Slack, to your incident tool, back to your terminal. By the time you’ve caught up on what’s happening, you’ve already lost the thread of what you were building. The Rootly plugins close that gap: incident context, on-call state, and retrospective generation are now available from the same environment where you write and ship code.
What you can do
The Claude Code plugin ships with nine slash commands:
/rootly:deploy-check— analyzes your git diff against past incidents and warns if similar changes caused outages before/rootly:respond [id]— pulls full incident context, finds similar past incidents, and shows who’s on-call/rootly:oncall— on-call dashboard with shift metrics, upcoming handoffs, and health risk indicators/rootly:retro [id]— generates a structured retrospective from incident data/rootly:status— all services with active incidents grouped by severity/rootly:ask [question]— natural language queries over your incident history/rootly:brief [id]— executive-ready incident summary for stakeholder updates/rootly:handoff— structured handoff document for incident commander transitions/rootly:setup— first-run configuration and API token validation
.avif)
The plugin also ships with two automatic hooks: a session-start token check, and a pre-commit/push warning if there’s an active critical incident in progress.
The Cursor plugin brings the same Rootly workflows into Cursor, so incident investigation, on-call context, status drafting, handoffs, retrospectives, and deploy checks are available directly in the editor.

Getting started
For Claude Code, install Rootly through Rootly’s custom plugin marketplace:
/plugin marketplace add Rootly-AI-Labs/rootly-claude-plugin
/plugin install rootly@rootly-plugins
/reload-plugins
Then run /rootly:setup with your Rootly API token to complete configuration.
Then open /plugin, find Rootly in the Discover tab, and install to your preferred scope. Run /rootly:setup with your Rootly API token to complete configuration.
For Cursor, install Rootly from the public GitHub plugin source in the rootly-cursor-plugin repository. Make sure ROOTLY_API_TOKEN is available in the environment Cursor launches with, then run /rootly-setup to validate connectivity.
Direct MCP configuration for Claude Desktop and other MCP-compatible clients is also available separately. See the Rootly MCP Server repo or the Rootly MCP Server docs for setup details.











