Skip to main content
Glama

Waroom MCP

by topotal

Waroom MCP

Caution

これはまだ実験的なプロジェクトであり、安定性やパフォーマンスは保証されていません。使用する際は注意してください。

このプロジェクトは、Waroom APIとインタラクションするためのModel Context Protocol (MCP) サーバーです。標準化されたプロトコルを使用して、Waroomから様々な情報を取得することができます。

概要

Waroom MCP サーバーは、Waroom APIエンドポイントに構造化された方法でアクセスする方法を提供します。インシデント情報やポストモーテム情報の取得など、さまざまな機能をサポートしています。

セットアップ

Claude Code での使用

claude mcp add waroom-mcp --env WAROOM_API_KEY=your-api-key -- npx @topotal/waroom-mcp

Note

nodenv や nvm を使用している場合は、npx のフルパスを指定してください。

Claude Desktop での使用

設定ファイルに以下を追加してください:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "waroom-mcp": { "command": "npx", "args": ["@topotal/waroom-mcp"], "env": { "WAROOM_API_KEY": "your-api-key" } } } }

設定後、Claude Desktop を再起動すると Waroom の各種機能が利用できるようになります。

利用可能なツール

このModel Context Protocolサーバーは、以下のWaroom関連ツールを提供します:

インシデント関連

  • waroom_create_incident: インシデントの作成(サービス名、タイトル、重要度など指定)
  • waroom_get_incidents: ページネーション対応のインシデント一覧
  • waroom_get_incident_details: UUID による個別インシデント詳細
  • waroom_update_incident_severity: インシデント重要度の更新
  • waroom_update_incident_status: インシデントステータスの更新
  • waroom_create_incident_metrics: インシデントメトリクスの作成(TTD/TTA/TTI/TTF/TTR更新)
  • waroom_update_incident_labels: インシデントにラベルを付与または更新

ポストモーテム関連

  • waroom_get_postmortems: ページネーション対応のポストモーテム一覧
  • waroom_create_postmortem: ポストモーテムの作成
  • waroom_get_postmortem_template: ポストモーテムテンプレート取得

サービス関連

  • waroom_get_services: サービス一覧取得
  • waroom_get_service_architecture_context: 特定のサービスのアーキテクチャコンテキスト取得

ラベル管理

  • waroom_get_service_labels: 特定のサービスのラベル一覧を取得
  • waroom_create_service_label: 特定のサービスに新しいラベルを作成
  • waroom_update_service_label: 特定のサービスのラベルを更新
  • waroom_delete_service_label: 特定のサービスのラベルを削除
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

模型上下文协议 (MCP) 服务器可与 Waroom API 进行交互,以通过标准化协议检索事件信息和事后分析详细信息。

  1. 概述
    1. 如何使用
      1. 与 Claude Desktop 一起使用
        1. 可用工具
          1. 事件相关
          2. 尸检相关
        2. 调试
          1. 发布
            1. 贡献
              1. 执照

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
                  Last updated -
                  21
                  9
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
                  Last updated -
                  Python
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.
                  Last updated -
                  3
                  2
                  8
                  JavaScript
                  ISC License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.
                  Last updated -
                  18
                  TypeScript
                  MIT License

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/topotal/waroom-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server