Skip to main content
Glama
membranehq

Integration App MCP Server

Official
by membranehq

統合アプリMCPサーバー

概要

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

Related MCP server: MCP REST API Server

ツールの管理

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

サーバーの実行

  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 に利用可能なツールについて問い合わせてください。

クロード・テスト

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides access to ACI.dev functions (tools) through either direct app-specific tools or a unified interface with dynamic tool discovery and execution based on user intent.
    254
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    46

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

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/membranehq/mcp-server'

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