Help us improve
Share bugs, ideas, or general feedback.
From Harness Data
Databricks Managed MCP conventions (Public Preview) — Unity Catalog ACLs as the upstream gate, OAuth only never a personal access token, Genie spaces treated as downstream lineage consumers, and Mosaic AI model serving published by humans/CI not the agent. Use when querying Databricks, wiring the Databricks MCP, or working with Unity Catalog.
npx claudepluginhub camilool8/harness-engineering-templates --plugin harness-dataHow this skill is triggered — by the user, by Claude, or both
Slash command
/harness-data:addon-databricks-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Public Preview status (May 7 2026)** — re-verify GA status each
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Share bugs, ideas, or general feedback.
DATABRICKS_TOKEN /
DATABRICKS_PERSONAL_ACCESS_TOKEN are refused by
block-static-warehouse-creds.sh.lineage-auditor agent (in
analytics-engineering) checks Genie space references.ml-pipeline's
registry; do not register from the agent — humans / CI publish.This addon's Databricks MCP carries a secret OAuth token (and a workspace
host), so it is not auto-started by the plugin. Add it to your project's
.mcp.json only when you want governed Databricks access, then set
DATABRICKS_WORKSPACE and DATABRICKS_OAUTH_TOKEN in your environment (use
the OAuth flow — never a personal access token):
{
"mcpServers": {
"databricks": {
"type": "http",
"url": "https://${DATABRICKS_WORKSPACE}.cloud.databricks.com/api/2.0/mcp",
"headers": { "Authorization": "Bearer ${DATABRICKS_OAUTH_TOKEN}" }
}
}
}