AIAny
AI Coding2025
Icon for item

Databricks AI Dev Kit

Equips AI coding assistants like Claude Code and Cursor with 75+ executable tools, an MCP server, reusable skills, and a Python library to build on Databricks—Spark pipelines, jobs, dashboards, Unity Catalog resources, and ML workflows—from your editor.

Introduction

Most attempts to connect an AI assistant to a data platform stop at read access—let the model run a SQL query and call it done. This kit takes the opposite bet: the hard part isn't reading Databricks, it's knowing the dozens of conventions—Unity Catalog layout, job orchestration, Spark idioms—that separate a working pipeline from a broken one, and encoding that knowledge so an agent can actually act on it.

What Sets It Apart
  • Four composable layers instead of one monolith: a core Python library, an MCP server exposing 50+ tools, roughly 20 markdown skill guides, and a full builder web app—pull in only the pieces your setup needs.
  • The skills ship the "how," not just the "what": the markdown guides teach the agent platform patterns, so generated code follows Databricks conventions rather than generic Spark snippets.
  • Editor-agnostic by design—the same MCP layer drives Claude Code, Cursor, and other clients, so the tooling isn't tied to one assistant.
Who It's For

Great fit if you already build on Databricks and want your AI assistant to emit code that respects Unity Catalog, jobs, and Spark conventions out of the box, from the editor you already use. Look elsewhere if you aren't on Databricks, or if you expect a turnkey no-code product—this is developer plumbing (a Gold-tier solutions project), and you'll be wiring up MCP servers and reading skill guides, not clicking through a polished UI.

Information

  • Websitegithub.com
  • OrganizationsDatabricks, Inc.
  • AuthorsDatabricks Solutions (Databricks, Inc.)
  • Published date2025/12/17

More Items

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.