Skip to main content
The Model Context Protocol (MCP) is an open standard for exposing tools to an AI agent. If a system you use runs an MCP server — an internal service, a vendor’s hosted server, something your team built — you can connect it to a project and its tools become available to that project’s agent. This is the extension point for anything the built-in connectors and skills don’t already cover.

Adding a server

MCP servers are managed per project in the Customize panel (Connect in the sidebar), under the MCP Servers tab. Add a server with its URL and, where it needs one, its authentication. Once connected, the server’s tools appear to the agent alongside its native ones. The agent picks the right tool for the task the same way it picks any other — from the tool’s name and description.

Access control applies

An MCP server is access like any other. It’s added to a specific project, so agents in other projects can’t use it, and what a tool can do is bounded by the credentials you gave the server. Actions that reach the outside world still pass the same approval gates as any other outbound action, and every tool call the agent makes is recorded on the case’s trace.

Skills

Packaged instructions and code, the other extension point.

Integrations

Native connectors, workflows, and agent tokens.