> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP

> Connect any external system to Cassidy Agents through the Model Context Protocol.

MCP (Model Context Protocol) lets you connect Agents to virtually any external system through standardized tool interfaces. Unlike native integrations that are pre-built, MCP servers let your team expose custom internal systems, databases, or APIs as tools that Agents can use during conversations.

Cassidy's MCP implementation is admin-controlled. Only admins can register servers, access is scoped per user or group, and every tool carries its own permission setting. All actions are logged and data retrieved through MCP is accessed in real time, never stored.

## Get started

<CardGroup cols={1}>
  <Card title="Set up MCP servers" icon="server" href="/agents/connectors/mcp-servers">
    Register MCP servers, configure permissions, and add them to your Agents.
  </Card>
</CardGroup>
