Skip to main content
Glama

CrewAI Enterprise MCP Server

Official
by crewAIInc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_CREWAI_ENTERPRISE_SERVER_URLYesThe URL of the CrewAI Enterprise server, retrieve from app.crewai.com
MCP_CREWAI_ENTERPRISE_BEARER_TOKENYesThe bearer token for the CrewAI Enterprise server, retrieve from app.crewai.com

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
kickoff_crew

Start a new crew task

Args: inputs: Dictionary containing the query and other input parameters Returns: Dictionary containing the crew task response. The response will contain the crew id which needs to be returned to check the status of the crew.
get_crew_status

Get the status of a crew task

Args: crew_id: The ID of the crew task to check Returns: Dictionary containing the crew task status

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