mcp-databricks
Provides tools for interacting with Databricks SQL and metadata, including table discovery, column alterations, and DDL operations.
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., "@mcp-databricksshow me the tables in the default schema"
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.
File Structure
mcp-databricks/
├── .env # Environment variables (DATABRICKS_HOST, TOKEN, etc.)
├── Dockerfile # Containerization for deployment
├── README.md
├── pyproject.toml # or requirement.txt
└── src/
├── __init__.py
├── server.py # Server entrypoint, initializes MCP server and registers tools
├── config.py # Configuration management using Pydantic Settings
├── db/
│ ├── __init__.py
│ ├── client.py # Databricks SQL connection pool / Databricks SDK client
│ └── operations.py # Low-level SQL execution & metadata query logic
├── models/
│ ├── __init__.py
│ ├── metadata.py # Pydantic models for Table/Column schemas and discovery
│ └── operations.py # Pydantic models for Alter/Write request payloads
└── tools/
├── __init__.py
├── metadata.py # MCP tools for reading tables and discovery
└── warehouse.py # MCP tools for altering columns and DDL operations
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.
Related MCP Servers
- AlicenseCqualityDmaintenanceA read-only MCP server that enables users to query Databricks SQL, browse metadata, and monitor Delta Lake tables. It also supports tracking Databricks Jobs, DLT Pipelines, and cluster metrics through natural language interfaces.254MIT
- Alicense-qualityDmaintenanceExposes Databricks REST API as MCP tools for managing clusters, jobs, notebooks, SQL queries, Unity Catalog, and more. Enables AI agents to interact with Databricks workspaces through natural language.49MIT
- Alicense-qualityDmaintenanceMCP server for executing Databricks SQL queries and comparing table data, supporting CLI and VS Code integration.1MIT
- AlicenseBqualityCmaintenanceExposes Databricks REST APIs as MCP tools for managing and querying a Databricks workspace, including clusters, jobs, SQL, Unity Catalog, and more.100MIT
Related MCP Connectors
MCP server for managing Prisma Postgres.
MCP server for interacting with the Supabase platform
34 production API tools over one hosted MCP endpoint.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/yabur/mcp-databricks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server