Skip to content

Commit 57edbc4

Browse files
mike-luabaseclaude
andauthored
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>
1 parent 0835fae commit 57edbc4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We're open-sourcing 11 plugins built and inspired by our own work:
2121
| **[marketing](./marketing)** | Draft content, plan campaigns, enforce brand voice, brief on competitors, and report on performance across channels. | Slack, Canva, Figma, HubSpot, Amplitude, Notion, Ahrefs, SimilarWeb, Klaviyo |
2222
| **[legal](./legal)** | Review contracts, triage NDAs, navigate compliance, assess risk, prep for meetings, and draft templated responses. | Slack, Box, Egnyte, Jira, Microsoft 365 |
2323
| **[finance](./finance)** | Prep journal entries, reconcile accounts, generate financial statements, analyze variances, manage close, and support audits. | Snowflake, Databricks, BigQuery, Slack, Microsoft 365 |
24-
| **[data](./data)** | Query, visualize, and interpret datasets — write SQL, run statistical analysis, build dashboards, and validate your work before sharing. | Snowflake, Databricks, BigQuery, Hex, Amplitude, Jira |
24+
| **[data](./data)** | Query, visualize, and interpret datasets — write SQL, run statistical analysis, build dashboards, and validate your work before sharing. | Snowflake, Databricks, BigQuery, Definite, Hex, Amplitude, Jira |
2525
| **[enterprise-search](./enterprise-search)** | Find anything across email, chat, docs, and wikis — one query across all your company's tools. | Slack, Notion, Guru, Jira, Asana, Microsoft 365 |
2626
| **[bio-research](./bio-research)** | Connect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life sciences R&D. | PubMed, BioRender, bioRxiv, ClinicalTrials.gov, ChEMBL, Synapse, Wiley, Owkin, Open Targets, Benchling |
2727
| **[cowork-plugin-management](./cowork-plugin-management)** | Create new plugins or customize existing ones for your organization's specific tools and workflows. ||

data/.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"atlassian": {
2424
"type": "http",
2525
"url": "https://mcp.atlassian.com/v1/mcp"
26+
},
27+
"definite": {
28+
"type": "http",
29+
"url": "https://api.definite.app/v3/mcp/http"
2630
}
2731
}
2832
}

data/CONNECTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories
1010

1111
| Category | Placeholder | Included servers | Other options |
1212
|----------|-------------|-----------------|---------------|
13-
| Data warehouse | `~~data warehouse` | Snowflake\*, Databricks\*, BigQuery | Redshift, PostgreSQL, MySQL |
13+
| Data warehouse | `~~data warehouse` | Snowflake\*, Databricks\*, BigQuery, Definite | Redshift, PostgreSQL, MySQL |
1414
| Notebook | `~~notebook` | Hex | Jupyter, Deepnote, Observable |
1515
| Product analytics | `~~product analytics` | Amplitude | Mixpanel, Heap |
1616
| Project tracker | `~~project tracker` | Atlassian (Jira/Confluence) | Linear, Asana |

data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Claude: [Reviews methodology] → [Checks for survivorship bias in churn analysi
110110
111111
This plugin works best when connected to your data infrastructure. Add MCP servers for:
112112

113-
- **Data Warehouse**: Snowflake, Databricks, BigQuery, or any SQL-compatible database
113+
- **Data Warehouse**: Snowflake, Databricks, BigQuery, Definite, or any SQL-compatible database
114114
- **Analytics/BI**: Amplitude, Looker, Tableau, or similar
115115
- **Notebooks**: Jupyter, Hex, or similar
116116
- **Spreadsheets**: Google Sheets, Excel

0 commit comments

Comments
 (0)