Skip to content

Setup Datapilot

Prerequisites: Make sure you have latest version of power user extension installed (details) and configured with Altimate AI key (details)

Setup

A notification will pop up in the bottom right corner - this is the setup flow.

Don't see the notifcation? See below

Want to reference the MCP Server with Copilot Agent? Add this file below

Create this file ~/.cursor/mcp.json

{
    "mcpServers": {
      "dbtPowerUser": {
        "url": "http://localhost:7700/sse"
      }
    }
  }