Skip to main content
Glama

Integrator MCP Server

Integrator MCP サーバー (レガシー)

IntegratorシナリオをAIアシスタントのツールとして利用できるようにするモデルコンテキストプロトコルサーバー。この統合により、AIシステムがIntegratorの自動化ワークフローをトリガーし、操作できるようになります。

: このプロジェクトは、もともとMake (MIT ライセンス) によって開発されたソフトウェアのフォークです。
これはBoost.spaceによって変更され、メンテナンスされています。

仕組み

MCP サーバー:

  • インテグレーターアカウントに接続し、「オンデマンド」スケジュールで構成されたすべてのシナリオを識別します
  • 各シナリオの入力パラメータを解析して解決し、AIアシスタントに意味のあるパラメータの説明を提供します。
  • AIアシスタントが適切なパラメータでシナリオを呼び出すことを可能にする
  • シナリオ出力を構造化されたJSONとして返し、AIアシスタントが結果を適切に解釈できるようにします。

利点

  • インテグレーターのシナリオをAIアシスタントの呼び出し可能なツールに変換します
  • AI システムに機能を公開しながら、Integrator で複雑な自動化ロジックを維持する
  • AIアシスタントと既存の自動化ワークフロー間の双方向通信を作成する

Claude Desktopでの使用

前提条件

  • ノードJS
  • MCP クライアント (Claude デスクトップ アプリなど)
  • scenarios:readおよびscenarios:runスコープを持つインテグレーター API キー

インストール

このサーバーを Claude Desktop アプリで使用するには、 claude_desktop_config.jsonの「mcpServers」セクションに次の構成を追加します。

{ "mcpServers": { "integrator": { "command": "npx", "args": ["-y", "@boostspace/integrator-mcp-server"], "env": { "INTEGRATOR_API_KEY": "<your-api-key>", "INTEGRATOR_TEAM": "<your-team-id>" } } } }
  • INTEGRATOR_API_KEY - Integrator プロファイルで API キーを生成できます。
  • INTEGRATOR_TEAM - ID はチーム ページの URL で確認できます。
-
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.

AI アシスタントが API 接続を介して Integrator 自動化ワークフローを呼び出して対話できるようにするモデル コンテキスト プロトコル サーバー。

  1. 仕組み
    1. 利点
      1. Claude Desktopでの使用
        1. 前提条件
        2. インストール

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.
        Last updated -
        388
        464
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
        Last updated -
        46
        2
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.
        Last updated -
        1
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that allows AI assistants to interact with Prefect's workflow automation platform through natural language, enabling users to manage flows, deployments, tasks, and other Prefect resources via conversational commands.
        Last updated -
        4
        Python

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

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