Skip to main content
The Model Context Protocol (MCP) is an open standard for connecting AI agents to external tools and data sources. Definable’s MCP module lets you connect to any MCP-compatible server and use its capabilities inside your agents.

What MCP Provides

MCP servers expose three types of capabilities:

Architecture

Transport Types

Definable supports all three MCP transport types:

Quick Example

Connect to a filesystem MCP server and use it in an agent:

Key Components

Getting Started

Connect to your first MCP server step by step.

Configuration

Configure servers, transports, timeouts, and tool filtering.

Resources

Read data from MCP resource providers.

Prompts

Use reusable prompt templates from MCP servers.

Error Handling

Handle connection failures, timeouts, and reconnection.

Mock Servers

Test MCP integrations without real servers.