This article provides example configurations for connecting Dawiso to popular AI agentic tools using the Dawiso Model Context Protocol (MCP).
Prerequisites
For on-premises deployments, first enable MCP. Run the following command in your database and reload your configuration:
update ENV_Configuration SET Configuration_Value = 'true' WHERE Configuration_Key = 'be.module.mcp.enabled'
Obtain the MCP server URL
To connect your AI tool to Dawiso, you need the MCP server URL of your Dawiso environment. The URL follows this format:
https://your_instance.dawiso.cloud/api/mcp
- Replace
your_instancewith the BE API URL of your Dawiso environment.
To find your BE API domain:
- In your Dawiso environment, open Dev Tools (
Ctrl+Shift+IorF12on Windows/Linux,Cmd+Option+Ion macOS). - Go to the Network tab and refresh the page.
- Using Search (
Ctrl+Fon Windows/Linux,Cmd+Fon macOS), look upauthority. - Select the result that includes a header like:
:authority: your_instance.dawiso.cloud - The value from the
:authorityheader is your BE API domain.
Connect your AI tool
Each AI tool has its own way of adding MCP servers. Follow the instructions for your specific tool below and use the MCP server URL from the previous step.