Home › Development › Rootly
Rootly
Incident management, on-call scheduling, and intelligent analysis powered by Rootly.
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (sse)
https://mcp.rootly.com/sse Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport sse rootly-mcp-server https://mcp.rootly.com/sse --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"rootly-mcp-server": {
"url": "https://mcp.rootly.com/sse",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — Bearer token for Rootly API (format: Bearer <YOUR_ROOTLY_API_TOKEN>)
Package (pypi 2.2.4)
uvx rootly-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"rootly-mcp-server": {
"command": "uvx",
"args": [
"rootly-mcp-server"
],
"env": {
"ROOTLY_API_TOKEN": "<YOUR_VALUE>"
}
}
}
}
ROOTLY_API_TOKENrequired secret — Your Rootly API token
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry