← All plugins
databricks-workspace-mcp
v0.1.0MCP server for the Databricks control plane — 8 read-only tools for cluster forensics, instance pools, DLT pipeline event logs, and Unity Catalog external locations / storage credentials. The endpoint families no managed Databricks MCP exposes; pairs with the managed SQL MCP for system.* reads.
Claude Code
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/databricks-workspace-mcp/ inside the repository.
Layout
plugins/mcp/databricks-workspace-mcp/
└── .claude-plugin/plugin.json
Manifests1
plugins/mcp/databricks-workspace-mcp/.claude-plugin/plugin.json
{
"name": "databricks-workspace-mcp",
"version": "0.1.0",
"description": "MCP server for the Databricks control plane — 8 read-only tools for cluster forensics, instance pools, DLT pipeline event logs, and Unity Catalog external locations / storage credentials. The endpoint families no managed Databricks MCP exposes; pairs with the managed SQL MCP for system.* reads.",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io",
"url": "https://intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"homepage": "https://tonsofskills.com/learn/databricks/",
"license": "MIT",
"keywords": [
"mcp",
"model-context-protocol",
"databricks",
"lakehouse",
"unity-catalog",
"clusters",
"dlt",
"finops",
"claude-code"
]
}