📄️ Introduction to MCP
MCP (Model Context Protocol) is an open standard that lets agents call external tools — CRMs, databases, file converters, web search, payment APIs, or anything else with an HTTP endpoint. Each agent can connect to multiple MCP servers simultaneously; the LLM sees all the available tools and picks the right one for each question.
📄️ MCP Configuration
How to add an MCP connection to an agent from the dashboard.
📄️ Available MCP Servers
Catalogue of MCP servers tested with 6022. For how to plug one in, see Configuration.
📄️ MCP Troubleshooting
Common MCP issues and their fixes. The error JSON shapes shown below come from the upstream OpenAI Responses API wrapping the failure — the orchestrator itself returns plain Go error strings for the same conditions.
📄️ MCP Best Practices for Swarms
Practical strategies for using MCPs inside a swarm of agents.