ComposioHQ_composio-mcp-server

ComposioHQは、TypeScriptで構築された自動化プラットフォームで、ワークフローの効率化を目的としています。ユーザーは簡単にカスタムタスクを作成し、APIを介して他のサービスと連携できます。ドキュメントも充実しており、開発者にとって使いやすい環境を提供します。

GitHubスター

20

ユーザー評価

未評価

お気に入り

0

閲覧数

19

フォーク

1

イシュー

0

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

1Clone the repository:
bash
   git clone https://github.com/composio/composio-mcp-server.git
   cd composio-mcp-server
   
2Install dependencies:
bash
   pnpm install
   
3Build and run the project:
bash
   pnpm build && node build/index.js
   
- Open Cursor Settings - Navigate to Features -> Add MCP Server - Add the following command:
bash
     env COMPOSIO_API_KEY= env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.js
     
- Replace /path/to/composio-mcp-server with the actual path where you cloned the repository

追加リソース