Skip to main content
Glama

Integration App MCP Server

Official

統合アプリMCPサーバー

概要

これは、Integration Appを利用したツールを公開するModel Context Protocol (MCP) サーバーの実装です。

ツールの管理

このサーバーは、統合アプリのワークスペースで定義されたアクションをツールとして使用します。この仕組みと各アプリケーションのツールを効果的に管理する方法については、 「ツールの使用」ガイドをご覧ください。

サーバーの実行

  1. node.jsをインストールする
  2. 統合アプリのワークスペースでいくつかのアクションを構成する
  3. Workspace 設定ページから統合アプリ トークンを取得するか、Workspace キーとシークレット ( 認証ガイド) を使用して生成します。

サーバーに 2 つの環境変数を提供する必要があります。

  • INTEGRATION_APP_TOKEN - 統合アプリ API にアクセスするためのトークン
  • INTEGRATION_KEY - ツールを使用する統合のキー

このサーバーは、一度に1つの統合のツールを公開します。複数の統合のツールを公開したい場合は、複数のサーバーを作成するか、複数の統合を反復処理するようにコードを修正してください。

サーバーが構成された claude_desktop_config.json ファイルの例を次に示します。

{ "mcpServers": { "integration-app-hubspot": { "command": "npx", "args": ["-y", "@integration-app/mcp-server"], "env": { "INTEGRATION_APP_TOKEN": "<your-integration-app-token>", "INTEGRATION_KEY": "hubspot" } } } }

テスト

すべてが期待どおりに動作するかどうかを理解するには、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