Skip to main content
Glama

Integration App MCP Server

Official

集成应用程序 MCP 服务器

概述

这是模型上下文协议 (MCP) 服务器的实现,它公开由Integration App支持的工具。

管理工具

此服务器使用集成应用工作区中定义的操作作为工具。要了解其工作原理以及如何有效地管理每个应用程序的工具,请参阅“使用工具”指南。

运行服务器

  1. 安装node.js
  2. 在集成应用程序工作区中配置一些操作
  3. 从您的工作区设置页面获取集成应用程序令牌或使用您的工作区密钥和密码生成( 身份验证指南)。

您需要向服务器提供两个环境变量:

  • INTEGRATION_APP_TOKEN - 用于访问 Integration App API 的令牌
  • INTEGRATION_KEY - 您想要使用工具的集成密钥

此服务器每次只公开一个集成的工具。如果您想公开多个集成的工具,您可以创建多个服务器或修改代码以迭代多个集成。

以下是配置了服务器的 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