Data Platform

Analytics & Data Infrastructure

Dagster
Pipeline orchestration
Cube.js
Analytics API
Foundation API
Pipeline triggers
Entity Admin
Resolution review

MCP Server

Connect Claude Desktop or claude.ai to this platform's MCP (Model Context Protocol) endpoint to query analytics, run tools, and interact with your data through natural language.

Production

Claude Desktop / claude.ai

Uses OAuth 2.1 with PKCE. Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "data-platform": {
      "type": "streamable-http",
      "url": "https://<your-domain>/api/mcp/<org-slug>"
    }
  }
}
Dev / Testing

Dev Bypass Mode

No auth required. Enable with MCP_DEV_AUTH_BYPASS=true:

{
  "mcpServers": {
    "data-platform": {
      "type": "streamable-http",
      "url": "https://<tunnel-url>/api/mcp-dev/<org-slug>"
    }
  }
}