Composio MCP Server

Official

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Provides MCP-compatible access to Gmail, allowing language models to interact with Gmail in a structured way through the Composio MCP server

  • Provides MCP-compatible access to Linear, allowing language models to interact with Linear in a structured way through the Composio MCP server

Composio MCP 服务器

公开 Composio 工具和操作的模型上下文协议 (MCP) 服务器实现。

概述

该服务器通过标准化接口提供与 MCP 兼容的访问,可访问各种 Composio 应用程序,例如 Gmail、Linear 等。它允许语言模型以结构化的方式与这些工具进行交互。

先决条件

安装

  1. 克隆存储库:
    git clone https://github.com/composio/composio-mcp-server.git cd composio-mcp-server
  2. 安装依赖项:
    pnpm install
  3. 构建并运行项目:
    pnpm build && node build/index.js

Composer 安装指南

  • 打开游标设置
  • 导航至“功能”->“添加 MCP 服务器”
  • 添加以下命令:
    env COMPOSIO_API_KEY=<composio_api_key> env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.js
  • /path/to/composio-mcp-server替换为您克隆存储库的实际路径
  • <composio_api_key>替换为您的 composio api 密钥
-
security - not tested
A
license - permissive license
-
quality - not tested

一种服务器实现,提供与 MCP 兼容的对 Gmail 和 Linear 等 Composio 应用程序的访问,允许通过语言模型的结构化界面进行交互。

  1. Overview
    1. Prerequisites
      1. Installation
        1. Installation guide for composer
          ID: t0sevbihnh