Overview
what is Rootly MCP Server?
Rootly MCP Server is a server designed to integrate with the Rootly API, allowing users to resolve production incidents quickly within their favorite MCP-compatible editors like Cursor and Windsurf.
how to use Rootly MCP Server?
To use the Rootly MCP Server, install it via the PyPi package or clone the repository. Set it up in your MCP-compatible editor by configuring the server with your Rootly API token and desired settings.
key features of Rootly MCP Server?
- Dynamically generates MCP resources based on Rootly's OpenAPI specification.
- Default pagination for incident endpoints to manage context size.
- Limits the number of API paths exposed for security and performance reasons.
use cases of Rootly MCP Server?
- Quickly resolving production incidents without leaving the IDE.
- Integrating incident management tools into development workflows.
- Customizing API access for enhanced security and performance.
FAQ from Rootly MCP Server?
- Is Rootly MCP Server suitable for production use?
No, it is a prototype and not intended for production use.
- How can I customize the API paths?
You can edit the
allowed_pathsvariable in the server configuration file to expose more paths.
- What are the prerequisites for using Rootly MCP Server?
You need Python 3.12 or higher and the
uvpackage manager.