Skip to main content

🛠️ Adding Custom MCP Servers

Add your own Model Context Protocol (MCP) servers to extend Dexto's capabilities

# Edit your agent configuration or use the WebUI
dexto --mode web
Add MCP Server Example

This example demonstrates how to extend Dexto with custom tools and data sources. You can:

  • Connect to any MCP-compatible server
  • Add custom tools for your specific use case
  • Integrate with external APIs and services
  • Configure servers through YAML or the WebUI

Configuration Methods

Via YAML:

mcpServers:
custom_api:
type: http
url: $CUSTOM_MCP_URL
headers:
Authorization: "Bearer $CUSTOM_MCP_TOKEN"

Via WebUI: Use the web interface to add servers interactively with real-time validation and testing.

See MCP Configuration Guide for complete setup instructions.