Skip to main content
Glama

Composio MCP Server

Official
by ComposioHQ

Composio MCP 서버

Composio 도구와 작업을 공개하는 MCP(Model Context Protocol) 서버 구현입니다.

개요

이 서버는 표준화된 인터페이스를 통해 Gmail, Linear 등 다양한 Composio 애플리케이션에 대한 MCP 호환 액세스를 제공합니다. 언어 모델이 이러한 도구와 체계적인 방식으로 상호 작용할 수 있도록 지원합니다.

필수 조건

설치

  1. 저장소를 복제합니다.지엑스피1
  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