Skip to main contentThe Model Context Protocol (MCP) is an open standard that enables you to build secure, two-way connections between your data sources and AI-powered tools. Think of MCP as a universal translator that allows AI Agents to seamlessly communicate with any external system such as databases, file systems, and web services. This page will guide you on adding your own custom MCP Server to your Agents.
- Select or create an Agent, then select MCP from the menu on the left.
- Popular MCP servers can be added from this list.
- Select the Add Server button to add a custom MCP Server.
- Enter a name for your MCP Server.
- Select HTTP or SSE (Server-Side Events) as the Transport Type.
- Enter the URL of your service’s endpoint that you want to connect to.
- Select No Authentication or OAuth 2.0 for the authentication method. Add the OAuth Scope if using OAuth.
- If Custom Headers are needed to connect to your service, select Add Header then enter the header name and value.