Waroom MCP
[!CAUTION] 这仍然是一个实验项目,不提供任何稳定性或性能保证。请谨慎使用。
该项目是一个用于与 Waterum API 交互的模型上下文协议 (MCP) 服务器。使用标准化协议,可以从作战室检索各种信息。
概述
Waroom MCP 服务器提供了一种结构化的方式来访问 Waroom API 端点。它支持多种功能,包括获取事件和事后信息。
如何使用
要启动服务器,请设置必要的环境变量:
接下来运行以下命令:
这将启动 MCP 服务器并允许您通过定义的工具与 Waterroom API 进行交互。
与 Claude Desktop 一起使用
要将此 MCP 服务器与 Claude Desktop 一起使用,您无需手动运行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
命令的完整路径。
可用工具
该模型上下文协议服务器提供以下与 Waroom 相关的工具:
事件相关
- waroom_get_incidents:获取事件列表
- waroom_get_incident_details:获取特定事件的详细信息
尸检相关
- waroom_get_postmortems:获取验尸报告列表
调试
首先,构建项目:
MCP 服务器通过 stdio 运行,因此调试可能很困难。为了获得最佳调试体验,我们强烈建议使用 MCP Inspector。
您可以使用以下命令通过 npm 启动 MCP Inspector:
确保您的环境变量配置正确。
一旦启动,检查器将显示一个 URL,您可以在浏览器中访问该 URL 来开始调试。
发布
要发布软件包的新版本,请按照以下步骤操作:
- 从主分支拉取最新代码Copy
- 构建包Copy
- 发布到 npmCopy
- 将更改推送到远程存储库Copy
贡献
欢迎投稿!分叉存储库并提交拉取请求以进行改进和修复错误。
执照
该项目已获得 MIT 许可。请参阅LICENSE文件以了解详细信息。
You must be authenticated.
模型上下文协议 (MCP) 服务器可与 Waroom API 进行交互,以通过标准化协议检索事件信息和事后分析详细信息。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for searching and fetching information from Hacker News.Last updated -46PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.Last updated -104TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that provides intelligent access to PowerPlatform/Dataverse entities and records. This tool offers context-aware assistance, entity exploration and metadata access.Last updated -4661JavaScriptMIT License
- AsecurityAlicenseAqualityModel Context Protocol (MCP) server that provides weather forecast, warnings, water level associated with flood, and earthquake reports from Malaysia Government's Open API.Last updated -4PythonMIT License