The Rootly MCP server now supports OAuth 2.0. AI agents and other MCP clients can connect to Rootly by signing in and receiving a scoped, short-lived token, instead of being configured with a long-lived API key.
Why it matters
Connecting an agent to Rootly used to mean generating an API key and pasting it into the client’s configuration. That key carries the full permissions of whoever created it, doesn’t expire on its own, and lives wherever the agent is configured. As more teams wire AI tools into their incident and on-call workflows, that adds up to a lot of broad, long-lived secrets to keep track of.
With OAuth, an MCP client authenticates through a standard sign-in flow and receives a token scoped to only the access it needs, which expires on its own. You grant an agent exactly what it should be able to do, and nothing more.
How it works
Point your MCP client at Rootly and authorize it through the standard OAuth flow. The client receives a short-lived access token that refreshes automatically, so there’s no API key to copy around or rotate by hand. A token can never exceed the permissions of the user who authorized it.
The same OAuth support also covers direct API access and command-line tools, so scripts, CI pipelines, and CLI or TUI clients can authenticate the same way.
Getting started
See the documentation for setup steps, supported flows, and the full list of scopes.












