From d642e68fae699d0108b2563b720df5bbd7a6f477 Mon Sep 17 00:00:00 2001 From: Ernesto Ongaro Date: Mon, 11 May 2026 10:13:57 +0100 Subject: [PATCH] Add Omni MCP server to data plugin Omni is a BI / semantic-layer platform; MCP URLs are per-customer, so the entry follows the existing Snowflake/Databricks pattern of an empty url placeholder. Adds a new BI / semantic layer row to CONNECTORS.md under the ~~business intelligence placeholder. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- data/.mcp.json | 4 ++++ data/CONNECTORS.md | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 261e2f47..9497e596 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We're open-sourcing 11 plugins built and inspired by our own work: | **[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 | | **[legal](./legal)** | Review contracts, triage NDAs, navigate compliance, assess risk, prep for meetings, and draft templated responses. | Slack, Box, Egnyte, Jira, Microsoft 365 | | **[finance](./finance)** | Prep journal entries, reconcile accounts, generate financial statements, analyze variances, manage close, and support audits. | Snowflake, Databricks, BigQuery, Slack, Microsoft 365 | -| **[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 | +| **[data](./data)** | Query, visualize, and interpret datasets — write SQL, run statistical analysis, build dashboards, and validate your work before sharing. | Snowflake, Databricks, Omni, BigQuery, Definite, Hex, Amplitude, Jira | | **[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 | | **[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 | | **[cowork-plugin-management](./cowork-plugin-management)** | Create new plugins or customize existing ones for your organization's specific tools and workflows. | — | diff --git a/data/.mcp.json b/data/.mcp.json index 7f107d03..955ee998 100644 --- a/data/.mcp.json +++ b/data/.mcp.json @@ -8,6 +8,10 @@ "type": "http", "url": "" }, + "omni": { + "type": "http", + "url": "" + }, "bigquery": { "type": "http", "url": "https://bigquery.googleapis.com/mcp" diff --git a/data/CONNECTORS.md b/data/CONNECTORS.md index bf6a50d8..2cc14f9e 100644 --- a/data/CONNECTORS.md +++ b/data/CONNECTORS.md @@ -14,5 +14,6 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories | Notebook | `~~notebook` | Hex | Jupyter, Deepnote, Observable | | Product analytics | `~~product analytics` | Amplitude | Mixpanel, Heap | | Project tracker | `~~project tracker` | Atlassian (Jira/Confluence) | Linear, Asana | +| BI / semantic layer | `~~business intelligence` | Omni\* | — | \* Placeholder — MCP URL not yet configured