Waroom MCP
これはまだ実験的なプロジェクトであり、安定性やパフォーマンスは保証されていません。使用する際は注意してください。
このプロジェクトは、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ブランチから最新のコードをプル
git checkout main git pull origin mainパッケージをビルド
npm run buildnpmに公開
npm publish変更をリモートリポジトリにプッシュ
git push origin main --tags
貢献
貢献は歓迎します!リポジトリをフォークし、改善やバグ修正のためにプルリクエストを提出してください。
ライセンス
このプロジェクトは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.
Tools
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.
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -
- AsecurityAlicenseAqualityA 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 -31210ISC License
- -securityAlicense-qualityA 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 -31TypeScriptMIT License