Secure Model Context Protocol (MCP) server for Rootly APIs, enabling AI SRE capabilities such as incident management, service catalog operations, and status page integrations. Current version 2.3.9, actively maintained with a release cadence of monthly minor updates and weekly patches.
pip install rootly-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts the Rootly MCP server, which connects to Rootly APIs using the ROOTLY_API_KEY environment variable. Ensure the key is set before running.
Upgrade to Python >=3.12. Use pyenv or conda to create a compatible environment.
Set ROOTLY_API_KEY environment variable. Remove any --config or config file usage.
Always test with a known valid key. Use the rootly_mcp_server.cli_test function if available.
Use 'import rootly_mcp_server' (underscore) matching the module name.
Set ROOTLY_API_KEY=<your_key> in your shell or code.