Skip to main content
Glama

集成器 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

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 -
    132
    1,469
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
    Last updated -
    5
    2
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.
    Last updated -
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI assistants to interact with iOS simulators, perform accessibility testing, manage apps, and automate complex iOS workflows.
    Last updated -
    27
    Apache 2.0
    • Apple

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