Skip to main content
Glama

Waroom MCP

by topotal

Waroom MCP

Caution

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

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

概要

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

使用方法

サーバーを起動するには、必要な環境変数を設定してください:

export WAROOM_API_KEY=your_api_key

次に、以下のコマンドを実行します:

npx @topotal/waroom-mcp

これにより、MCPサーバーが起動し、定義されたツールを通じてWaroom APIとインタラクションできるようになります。

Claude Desktop での使用

Claude Desktopでこの MCP サーバーを使用するには、手動で npx @topotal/waroom-mcp を実行する必要はありません。代わりに、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を起動してください。nodenvやnvmを使用している場合は、npxコマンドのフルパスを指定する必要があるかもしれません。

利用可能なツール

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

インシデント関連

  • waroom_get_incidents: インシデントの一覧を取得
  • waroom_get_incident_details: 特定のインシデントの詳細を取得

ポストモーテム関連

  • waroom_get_postmortems: ポストモーテムの一覧を取得

デバッグ

まず、プロジェクトをビルドします:

npm install npm run build

MCPサーバーはstdioを介して実行されるため、デバッグは困難な場合があります。最適なデバッグ体験のために、MCP Inspectorの使用を強くお勧めします。

以下のコマンドでnpmを介してMCP Inspectorを起動できます:

npx @modelcontextprotocol/inspector "./dist/main.js"

環境変数が適切に構成されていることを確認してください。

起動すると、Inspectorはブラウザでアクセスしてデバッグを開始できるURLを表示します。

パブリッシュ

パッケージの新しいバージョンを公開するには、以下の手順に従います:

  1. mainブランチから最新のコードをプル
    git checkout main git pull origin main
  2. パッケージをビルド
    npm run build
  3. npmに公開
    npm publish
  4. 変更をリモートリポジトリにプッシュ
    git push origin main --tags

貢献

貢献は歓迎します!リポジトリをフォークし、改善やバグ修正のためにプルリクエストを提出してください。

ライセンス

このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSEファイルを参照してください。

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.

A Model Context Protocol (MCP) server that enables interaction with Waroom API to retrieve incident information and postmortem details through a standardized protocol.

  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 Model Context Protocol server that allows AI models to log and retrieve contact events with various authorities (police, fire, medical, etc.) with rate limiting and persistent storage via Supabase.
                  Last updated -
                  1
                  TypeScript
                • -
                  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
                • -
                  security
                  F
                  license
                  -
                  quality
                  A comprehensive Model Context Protocol (MCP) server implementing the latest MCP specification with tools, resources, prompts, and enhanced sampling capabilities that features HackerNews and GitHub API integrations for AI-powered analysis.
                  Last updated -
                  333
                  Python

                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