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
실행할 필요가 없습니다.
- 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을 표시합니다.
게시
패키지의 새 버전을 게시하려면 다음 단계를 따르세요.
- 메인 브랜치에서 최신 코드를 가져옵니다.Copy
- 패키지 빌드Copy
- npm에 공개Copy
- 변경 사항을 원격 리포지토리로 푸시Copy
기여
기여는 환영합니다! 리포지토리를 포크하고 개선 및 버그 수정을 위해 끌어 오기 요청을 제출하십시오.
라이센스
이 프로젝트는 MIT 라이센스하에 라이센스됩니다. 자세한 내용은 LICENSE 파일을 참조하십시오.
You must be authenticated.
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
- 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