Waroom MCP
Caution
これはまだ実験的なプロジェクトであり、安定性やパフォーマンスは保証されていません。使用する際は注意してください。
このプロジェクトは、Waroom APIとインタラクションするためのModel Context Protocol (MCP) サーバーです。標準化されたプロトコルを使用して、Waroomから様々な情報を取得することができます。
概要
Waroom MCP サーバーは、Waroom APIエンドポイントに構造化された方法でアクセスする方法を提供します。インシデント情報やポストモーテム情報の取得など、さまざまな機能をサポートしています。
使用方法
サーバーを起動するには、必要な環境変数を設定してください:
次に、以下のコマンドを実行します:
これにより、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
その後、通常通りClaude Desktopを起動してください。nodenvやnvmを使用している場合は、npx
コマンドのフルパスを指定する必要があるかもしれません。
利用可能なツール
このModel Context Protocolサーバーは、以下のWaroom関連ツールを提供します:
インシデント関連
- waroom_get_incidents: インシデントの一覧を取得
- waroom_get_incident_details: 特定のインシデントの詳細を取得
ポストモーテム関連
- waroom_get_postmortems: ポストモーテムの一覧を取得
デバッグ
まず、プロジェクトをビルドします:
MCPサーバーはstdioを介して実行されるため、デバッグは困難な場合があります。最適なデバッグ体験のために、MCP Inspectorの使用を強くお勧めします。
以下のコマンドでnpmを介してMCP Inspectorを起動できます:
環境変数が適切に構成されていることを確認してください。
起動すると、Inspectorはブラウザでアクセスしてデバッグを開始できるURLを表示します。
パブリッシュ
パッケージの新しいバージョンを公開するには、以下の手順に従います:
- mainブランチから最新のコードをプル
- パッケージをビルド
- npmに公開
- 変更をリモートリポジトリにプッシュ
貢献
貢献は歓迎します!リポジトリをフォークし、改善やバグ修正のためにプルリクエストを提出してください。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSEファイルを参照してください。
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.
Related MCP Servers
- AsecurityFlicenseAqualityA 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 -219JavaScript
- -securityFlicense-qualityA 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 -1TypeScript
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python
- -securityFlicense-qualityA 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 -333Python