Rootly-MCP-server

Rootly-MCP-server

24

The Rootly MCP Server provides integration with the Rootly API for quick incident resolution directly from an MCP-compatible IDE. Developed by Rootly AI Labs, it focuses on system reliability and operational excellence, offering dynamically generated MCP tools for enhanced productivity and security.

What is the purpose of the Rootly MCP Server?

The Rootly MCP Server allows developers to manage production incidents directly from their IDEs using the Rootly API, enhancing efficiency and reducing incident resolution time.

Which editors are compatible with the Rootly MCP Server?

The server is compatible with MCP-compatible editors such as Cursor, Windsurf, and Claude.

How can I customize the API paths available to the AI agent?

You can customize the API paths by editing the allowed_paths variable in src/rootly_mcp_server/server.py.

What are the prerequisites for running the Rootly MCP Server?

You need Python 3.12 or higher, the uv package manager, and a Rootly API token.

How do I install dependencies for the Rootly MCP Server?

Use the uv package manager to install dependencies from your pyproject.toml file with the command uv pip install ..