
Waroom MCP
A Model Context Protocol (MCP) server that enables interaction with Waroom API to retrieve incident information and postmortem details through a standardized protocol.
Tools
waroom_get_incidents
インシデントの一覧を取得します。
waroom_get_incident_details
特定のインシデントの詳細情報を取得します。
waroom_get_postmortems
ポストモーテムの一覧を取得します。
README
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を表示します。
パブリッシュ
パッケージの新しいバージョンを公開するには、以下の手順に従います:
-
mainブランチから最新のコードをプル
git checkout main git pull origin main
-
パッケージをビルド
npm run build
-
npmに公開
npm publish
-
変更をリモートリポジトリにプッシュ
git push origin main --tags
貢献
貢献は歓迎します!リポジトリをフォークし、改善やバグ修正のためにプルリクエストを提出してください。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSEファイルを参照してください。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.