Databricks Docs MCP Server
Searches Databricks documentation, API reference, and knowledge base for topics like Unity Catalog, Genie, SQL warehouses, CLI commands, and troubleshooting.
Searches Databricks Terraform provider documentation for resources and data sources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Databricks Docs MCP ServerSearch how to set up Unity Catalog external location"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Databricks Docs MCP Server
Semantic search over Databricks documentation, API reference, Terraform provider docs, and knowledge base — as an MCP server for Claude Code.
Uses all-mpnet-base-v2 embeddings + ChromaDB with keyword boosting for high-relevance results.
Setup
cd tools/databricks-docs-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtRelated MCP server: RooCode-RAG-Lookup
Build the Index
python indexer.pyClones doc repos, scrapes docs.databricks.com + kb.databricks.com, chunks, embeds, and stores in chroma_data/. Takes ~15 min on first run (uses MPS GPU on Apple Silicon). Skips already-indexed collections on re-run.
Connect to Claude Code
Add to .mcp.json:
{
"mcpServers": {
"databricks-docs": {
"command": "/path/to/tools/databricks-docs-mcp/.venv/bin/python",
"args": ["/path/to/tools/databricks-docs-mcp/server.py"]
}
}
}Run /mcp in Claude Code to connect.
Tools
Tool | What it searches |
| General docs — Genie, Unity Catalog, warehouses, etc. |
| REST API & Python SDK reference |
| Terraform provider resources |
| GenAI Cookbook — RAG, evaluation, chunking |
| CLI commands, bundles, workspace ops |
| Troubleshooting & known issues |
| All collections at once |
| Deep multi-query research on a topic |
| Show collections and chunk counts |
| List indexed pages in a collection |
| Get all chunks for a specific page |
Doc Sources
Source | Collection | ~Chunks |
docs.databricks.com |
| 14,200 |
kb.databricks.com |
| 1,100 |
terraform-provider-databricks |
| 2,200 |
databricks-sdk-py |
| 107 |
genai-cookbook |
| 176 |
databricks CLI |
| 689 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tcrst/databricks-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server