통합 앱 MCP 서버
개요
이는 Integration App 에서 제공하는 도구를 제공하는 MCP(Model Context Protocol) 서버 의 구현입니다.
도구 관리
이 서버는 통합 앱 작업 공간에 정의된 작업을 도구로 사용합니다. 작동 방식과 각 애플리케이션의 도구를 효과적으로 관리하는 방법을 알아보려면 도구 사용 가이드를 참조하세요.
서버 실행
서버에 두 개의 환경 변수를 제공해야 합니다.
INTEGRATION_APP_TOKEN
- 통합 앱 API에 액세스하기 위한 토큰INTEGRATION_KEY
- 도구를 사용하려는 통합의 키
이 서버는 한 번에 하나의 통합에서 도구를 노출합니다. 여러 통합에서 도구를 노출하려면 서버를 여러 개 생성하거나 코드를 수정하여 여러 통합을 반복할 수 있습니다.
다음은 서버가 구성된 claude_desktop_config.json 파일의 예입니다.
지엑스피1
테스트
모든 것이 예상대로 작동하는지 확인하려면 Claude에게 어떤 도구를 사용할 수 있는지 물어보세요.
This server cannot be installed
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.
이 MCP 서버 구현을 통해 사용자는 모델 컨텍스트 프로토콜을 통해 통합 앱 작업 공간에서 도구로 작업을 관리하고 공개할 수 있습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityAlicense-qualityA server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.Last updated -JavaScriptAGPL 3.0