Skip to main content
Glama

Integrator MCP Server

集成器 MCP 服务器(旧版)

模型上下文协议服务器,使集成器场景能够被 AI 助手用作工具。此集成允许 AI 系统触发集成器自动化工作流并与其交互。

注意:该项目是最初由Make (MIT 许可)开发的软件的一个分支。
它已被修改并由Boost.space维护。

工作原理

MCP 服务器:

  • 连接到您的 Integrator 帐户并识别所有配置了“按需”调度的场景
  • 解析并解决每个场景的输入参数,为AI助手提供有意义的参数描述
  • 允许人工智能助手调用具有适当参数的场景
  • 以结构化 JSON 形式返回场景输出,使 AI 助手能够正确解释结果

好处

  • 将您的集成器场景转变为可供 AI 助手调用的工具
  • 在向 AI 系统公开功能的同时,在 Integrator 中维护复杂的自动化逻辑
  • 在您的人工智能助手和现有自动化工作流程之间建立双向通信

与 Claude Desktop 一起使用

先决条件

  • NodeJS
  • MCP 客户端(如 Claude 桌面应用程序)
  • 集成器 API 密钥,包含scenarios:readscenarios:run范围

安装

要将此服务器与 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 - 您可以在团队页面的 URL 中找到该 ID。
-
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