Overview
CrewAI includes native MCP integration via themcps parameter on agents, enabling direct connection to StackOne’s MCP server using either simple URL strings or structured configuration objects.
Official Docs
Installation
Quick Start
Connect to StackOne MCP using structured configuration:Environment Variables
Configuration Options
When usingMCPServerHTTP, you can configure:
url: The MCP server endpointheaders: Custom headers for authenticationtool_filter: Optional filter to restrict which tools are availablecache_tools_list: Whether to cache the tool list (default: True)