Skip to main content
Glama

CrewAI Enterprise MCP Server

Official
by crewAIInc

CrewAI エンタープライズ MCP サーバー

概要

CrewAIワークフローを展開するためのモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーを使用すると、展開されたクルーのキックオフや、クルーの成果を示すステータスの確認が可能になります。

ツール

  • キックオフクルー
  • クルーステータスの取得

環境変数

app.crewai.com から取得MCP_CREWAI_ENTERPRISE_SERVER_URL MCP_CREWAI_ENTERPRISE_BEARER_TOKEN

Claude Desktopでの使用

CrewAI Enterprise MCP サーバーを搭載した Claude デスクトップCrewAI Enterprise MCP サーバーを搭載した Claude デスクトップCrewAI Enterprise MCP サーバーを搭載した Claude デスクトップ

この MCP サーバーを Claude Desktop で使用するには、次の手順に従います。

  1. クロードデスクトップを開く
  2. 「設定」>「開発者向け設定」に移動します
  3. 以下の構成で新しいMCPサーバーを追加します

ローカルにクローンされたリポジトリ:

mcpmcp[cli]ローカルにインストールする

{ "mcpServers": { "crewai_enterprise_server": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "<filepath of cloned repo>", "/crewai_enterprise_server.py" ], "env": { "MCP_CREWAI_ENTERPRISE_SERVER_URL": "<>", "MCP_CREWAI_ENTERPRISE_BEARER_TOKEN": "<>" } } } }

TODO: PyPI に追加:

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

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

ユーザーが Claude Desktop を通じて展開された CrewAI ワークフローを開始および監視できるようにするモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. ツール
      1. 環境変数
        1. Claude Desktopでの使用
          1. ローカルにクローンされたリポジトリ:
          2. TODO: PyPI に追加:

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
          Last updated -
          10
          1,397
          28
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.
          Last updated -
          JavaScript
          Apache 2.0
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.
          Last updated -
          10
          1,397
          5
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
          Last updated -
          TypeScript
          MIT License
          • Apple
          • Linux

        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/crewAIInc/enterprise-mcp-server'

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