Databricks MCP Server
by OliveriGuido
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABRICKS_HOST | Yes | Databricks workspace hostname (e.g., dbc-xxxxxxxx-xxxx.cloud.databricks.com) | |
| DATABRICKS_TOKEN | Yes | Databricks personal access token | |
| DATABRICKS_HTTP_PATH | Yes | HTTP path for the SQL warehouse (e.g., /sql/1.0/warehouses/xxxxxxxxxxxxxxxx) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_queryA | Run a READ-ONLY SQL query against samples.nyctaxi.trips and return rows. Only a single SELECT/WITH is allowed; LIMIT 1000 is appended if missing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| revenue_by_month | Monthly revenue trend. |
| busiest_pickup_zones | Top pickup ZIP codes by demand. |
| trips_by_hour | Demand by hour of day. |
| fare_distance_summary | Overall fare and distance stats. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| nyctaxi_schema | Curated schema and business context for samples.nyctaxi.trips. |
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/OliveriGuido/databricks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server