Files
Mike Ritchie 57edbc4104 Add Definite as a data warehouse connector (#31)
Definite is an all-in-one analytics platform (DuckDB warehouse, semantic
modeling, BI, and AI) with an HTTP MCP server. Adds it to the data plugin
alongside existing warehouse connectors.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 17:24:12 +00:00

1.0 KiB

Connectors

How tool references work

Plugin files use ~~category as a placeholder for whatever tool the user connects in that category. For example, ~~data warehouse might mean Snowflake, BigQuery, or any other warehouse with an MCP server.

Plugins are tool-agnostic — they describe workflows in terms of categories (data warehouse, notebook, product analytics, etc.) rather than specific products. The .mcp.json pre-configures specific MCP servers, but any MCP server in that category works.

Connectors for this plugin

Category Placeholder Included servers Other options
Data warehouse ~~data warehouse Snowflake*, Databricks*, BigQuery, Definite Redshift, PostgreSQL, MySQL
Notebook ~~notebook Hex Jupyter, Deepnote, Observable
Product analytics ~~product analytics Amplitude Mixpanel, Heap
Project tracker ~~project tracker Atlassian (Jira/Confluence) Linear, Asana

* Placeholder — MCP URL not yet configured