Skip to main content
Glama

Integration App MCP Server

Official

통합 앱 MCP 서버

개요

이는 Integration App 에서 제공하는 도구를 제공하는 MCP(Model Context Protocol) 서버 의 구현입니다.

도구 관리

이 서버는 통합 앱 작업 공간에 정의된 작업을 도구로 사용합니다. 작동 방식과 각 애플리케이션의 도구를 효과적으로 관리하는 방법을 알아보려면 도구 사용 가이드를 참조하세요.

서버 실행

  1. node.js 설치
  2. 통합 앱 작업 공간에서 일부 작업 구성
  3. 작업 공간 설정 페이지에서 통합 앱 토큰을 얻거나 작업 공간 키와 비밀번호를 사용하여 생성하세요( 인증 가이드 ).

서버에 두 개의 환경 변수를 제공해야 합니다.

  • INTEGRATION_APP_TOKEN - 통합 앱 API에 액세스하기 위한 토큰
  • INTEGRATION_KEY - 도구를 사용하려는 통합의 키

이 서버는 한 번에 하나의 통합에서 도구를 노출합니다. 여러 통합에서 도구를 노출하려면 서버를 여러 개 생성하거나 코드를 수정하여 여러 통합을 반복할 수 있습니다.

다음은 서버가 구성된 claude_desktop_config.json 파일의 예입니다.

지엑스피1

테스트

모든 것이 예상대로 작동하는지 확인하려면 Claude에게 어떤 도구를 사용할 수 있는지 물어보세요.

클로드 테스트

-
security - not tested
A
license - permissive license
-
quality - not tested

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 서버 구현을 통해 사용자는 모델 컨텍스트 프로토콜을 통해 통합 앱 작업 공간에서 도구로 작업을 관리하고 공개할 수 있습니다.

  1. 개요
    1. 도구 관리
      1. 서버 실행
        1. 테스트

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP 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 -
            4
            3
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            MCP 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 -
            13
            2
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            This 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 -
            2
            1
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A 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 -
            JavaScript
            AGPL 3.0

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/integration-app/mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server