Overview
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.
To use the Rootly MCP Server, install it via the PyPi package or clone the repository. Configure it in your MCP-compatible editor by setting up the necessary commands and environment variables, including your Rootly API token.
- Dynamically generates MCP resources based on Rootly's OpenAPI specification. - Default pagination for incident endpoints to manage context size. - Security features to limit API paths exposed to AI agents.
- Quickly resolving production incidents without leaving the IDE.
- Integrating incident management tools into development workflows.
- Customizing API access for enhanced security and performance.
Add to your AI client
Use these steps to connect Rootly MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"rootly-mcp-server-rootly-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"rootly-mcp-server-rootly-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"rootly-mcp-server-rootly-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"rootly-mcp-server-rootly-ai-labs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rootly-mcp-server-rootly-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"rootly-mcp-server-rootly-ai-labs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rootly-mcp-server-rootly-ai-labs"
]
}
}
}FAQ
Is Rootly MCP Server suitable for production use?
No, this project is a prototype and not intended for production use.
How can I customize the API paths?
You can edit the `allowed_paths` variable in the server configuration to expose more API paths.
What prerequisites are needed to run the server?
You need Python 3.12 or higher and the `uv` package manager.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3101,"uuid":"29218004-e922-4a56-a9e9-04214907f3ac","name":"Rootly-MCP-server","title":"Rootly MCP Server","description":"Rootly MCP server","avatar_url":"https://avatars.githubusercontent.com/u/199156715?v=4","created_at":"2025-03-18T02:39:46.331Z","updated_at":"2025-03-23T14:31:15.960Z","status":"created","author_name":"Rootly-AI-Labs","author_avatar_url":"https://avatars.githubusercontent.com/u/199156715?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Rootly-AI-Labs/Rootly-MCP-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/Rootly-AI-Labs/Rootly-MCP-server/raw/main/rootly-mcp-server-demo.gif","type":null,"metadata":"{\"star\":\"53\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-25 08:45:29\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]