Skip to main content
Glama

CrewAI Enterprise MCP Server

Official
by crewAIInc

CrewAI Enterprise MCP 服务器

概述

模型上下文协议 (MCP) 服务器实现,提供已部署的 CrewAI 工作流。该服务器支持启动已部署的 CrewAI 团队,并检查其状态和结果。

工具

  • 开球队员
  • 获取船员状态

环境变量

从 app.crewai.com 检索MCP_CREWAI_ENTERPRISE_SERVER_URL MCP_CREWAI_ENTERPRISE_BEARER_TOKEN

与 Claude Desktop 一起使用

带有 CrewAI Enterprise MCP 服务器的 Claude Desktop带有 CrewAI Enterprise MCP 服务器的 Claude Desktop带有 CrewAI Enterprise MCP 服务器的 Claude Desktop

要将此 MCP 服务器与 Claude Desktop 一起使用,请按照以下步骤操作:

  1. 打开 Claude 桌面
  2. 前往“设置”>“开发者设置”
  3. 添加新的 MCP 服务器,配置如下

本地克隆的 repo:

本地安装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 上添加:

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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. 本地克隆的 repo:
          2. TODO:在 PyPI 上添加:

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.
          Last updated -
          2
          3
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          A lightweight Python-based server designed to run, manage and create CrewAI workflows using the Model Context Protocol for communicating with LLMs and tools like Claude Desktop or Cursor IDE.
          Last updated -
          31
          Python
        • -
          security
          F
          license
          -
          quality
          A modular, extensible Model Context Protocol server framework designed for Claude Desktop that uses convention-based automatic module discovery to easily extend AI application functionality without modifying core code.
          Last updated -
          3
          Python
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that gives Claude access to multiple AI models (Gemini, OpenAI, OpenRouter) for enhanced code analysis, problem-solving, and collaborative development through AI orchestration with conversations that continue across tasks.
          Last updated -
          5,763
          Python
          • Apple

        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