Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server for Rootly API that integrates with MCP-compatible editors to resolve production incidents directly from the IDE.
Add this to your MCP client configuration:
{
"mcpServers": {
"rootly-ai-labs-rootly-mcp-server": {
"command": "uvx",
"args": [
"--from",
"rootly-mcp-server",
"rootly-mcp-server"
],
"env": {
"ROOTLY_API_TOKEN": "<Your Rootly API token>"
}
}
}
}{
"id": "rootly-ai-labs-rootly-mcp-server",
"name": "Rootly",
"description": "An MCP server for Rootly API that integrates with MCP-compatible editors to resolve production incidents directly from the IDE.",
"source_url": "https://github.com/rootly-ai-labs/rootly-mcp-server",
"publisher_name": "rootly-ai-labs",
"publisher_url": "https://github.com/rootly-ai-labs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 4073,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "rootly-mcp-server"
},
"tools_count": 25
}