Skip to main content
Glama

Composio MCP Server

Official
by ComposioHQ

Composio MCP サーバー

Composio ツールとアクションを公開するモデル コンテキスト プロトコル (MCP) サーバー実装。

概要

このサーバーは、標準化されたインターフェースを通じて、Gmail、Linearなどの様々なComposioアプリケーションへのMCP互換アクセスを提供します。これにより、言語モデルはこれらのツールと構造化された方法でやり取りできるようになります。

前提条件

インストール

  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.

Gmail や Linear などの Composio アプリケーションへの MCP 互換アクセスを提供し、言語モデルの構造化インターフェースを介した対話を可能にするサーバー実装。

  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