Skip to main content
Glama

Composio MCP Server

Official
by ComposioHQ

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

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 兼容的对 Gmail 和 Linear 等 Composio 应用程序的访问,允许通过语言模型的结构化界面进行交互。

  1. 概述
    1. 先决条件
      1. 安装
        1. Composer 安装指南

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Integrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.
            Last updated -
            Python
            GPL 3.0
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables language models to access code intelligence features like completions, definitions, and references across multiple programming languages through the Language Server Protocol.
            Last updated -
            Python
          • -
            security
            -
            license
            -
            quality
            A server that enables communication with multiple unichat-based MCP servers simultaneously, allowing users to query different language models and combine their responses for more comprehensive results.
            Last updated -
            JavaScript
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.
            Last updated -
            JavaScript

          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/ComposioHQ/composio-mcp-server'

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