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_instance with the BE API URL of your Dawiso environment.

To find your BE API domain:

  1. In your Dawiso environment, open Dev Tools (Ctrl+Shift+I or F12 on Windows/Linux, Cmd+Option+I on macOS).
  2. Go to the Network tab and refresh the page.
  3. Using Search (Ctrl+F on Windows/Linux, Cmd+F on macOS), look up authority.
  4. Select the result that includes a header like:
    :authority: your_instance.dawiso.cloud
  5. The value from the :authority header 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.