Rootly MCP server

Integrations

  • Offers integration through a PyPI package that can be installed to connect the MCP server with Rootly's API for incident management capabilities.

  • Dynamically generates MCP resources based on Rootly's OpenAPI (Swagger) specification, providing access to incident endpoints and alert information.

Rootly MCP 서버

Cursor, Windsurf, Claude 등 선호하는 MCP 호환 편집기에 연결할 수 있는 Rootly API 용 MCP 서버입니다. IDE를 벗어나지 않고도 1분 이내에 프로덕션 문제를 해결할 수 있습니다.

필수 조건

IDE에서 실행하세요

PyPi 패키지를 사용하여 설치하거나 이 저장소를 복제하세요.

선호하는 MCP 호환 편집기에서 설정하려면(Cursor와 Windsurf로 테스트했습니다) 다음과 같이 구성하세요.

{ "mcpServers": { "rootly": { "command": "uvx", "args": [ "--from", "rootly-mcp-server", "rootly-mcp-server" ], "env": { "ROOTLY_API_TOKEN": "<YOUR_ROOTLY_API_TOKEN>" } } } }

allowed_paths 사용자 정의하여 더 많은 Rootly API 경로에 액세스하려면 패키지를 복제하고 이 구성을 사용하세요.

{ "mcpServers": { "rootly": { "command": "uv", "args": [ "run", "--directory", "/path/to/rootly-mcp-server", "rootly-mcp-server" ], "env": { "ROOTLY_API_TOKEN": "<YOUR_ROOTLY_API_TOKEN>" } } } }

특징

이 서버는 Rootly의 OpenAPI(Swagger) 사양을 기반으로 MCP 리소스를 동적으로 생성합니다.

  • Rootly의 OpenAPI 사양을 기반으로 동적으로 생성된 MCP 도구
  • 컨텍스트 창 오버플로를 방지하기 위한 인시던트 엔드포인트에 대한 기본 페이지 매김(10개 항목)
  • AI 에이전트에 노출되는 API 경로 수를 제한합니다.

우리는 2가지 이유로 노출되는 API 경로의 수를 제한했습니다.

  • 컨텍스트 크기: Rootly API는 경로가 매우 풍부하기 때문에 AI 에이전트가 과부하 상태에 빠져 간단한 작업을 제대로 수행하지 못할 수 있습니다. 현재로서는 /incidents/incidents/{incident_id}/alerts 만 노출하고 있습니다.
  • 보안: 사용자가 MCP 서버를 통해 액세스할 수 있는 정보 또는 작업 유형을 제한하려는 경우

사용 가능한 경로를 늘리려면 src/rootly_mcp_server/server.py 에서 allowed_paths 변수를 편집하세요.

부인 성명

이 프로젝트는 프로토타입이며 실제 운영 용도로는 사용할 수 없습니다. 제안해 주실 아이디어가 있거나 문제점을 발견하셨다면 언제든지 PR을 제출하거나 이슈를 개설해 주세요.

Rootly AI Labs 소개

이 프로젝트는 Rootly AI Labs 에서 개발했습니다. AI Labs는 시스템 안정성과 운영 효율성의 미래를 구축하고 있습니다. 저희는 오픈 소스 인큐베이터로서 아이디어를 공유하고, 실험하고, 신속하게 프로토타입을 개발합니다. 저희는 저희 연구가 전체 커뮤니티에 도움이 되도록 최선을 다하고 있습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

IDE에서 인시던트를 관리하세요. Rootly API를 사용하여 인시던트와 관련 메타데이터를 가져올 수 있는 MCP 서버입니다.

  1. 필수 조건
    1. IDE에서 실행하세요
      1. 특징
        1. 부인 성명
          1. Rootly AI Labs 소개

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              The MCP server provides an interface to the Datadog API, enabling seamless management of incidents, monitoring, logs, dashboards, metrics, traces, and hosts. Its extensible design allows easy integration of additional Datadog APIs for future expansions.
              Last updated -
              14
              322
              36
              TypeScript
              Apache 2.0
              • Apple
            • A
              security
              F
              license
              A
              quality
              An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
              Last updated -
              39
              25
              • Apple
            • -
              security
              F
              license
              -
              quality
              A server that connects MCP clients (Claude, Cursor, Windsurf, etc.) to EventCatalog instances, allowing users to ask questions about their event-driven architecture and get insights about domains, services, and message schemas directly within their development tools.
              Last updated -
              21
              13
              TypeScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              An MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.
              Last updated -
              177
              Python
              MIT License
              • Apple

            View all related MCP servers

            ID: gmd9h4bdua