Skip to main content
Glama
OliveriGuido

Databricks MCP Server

by OliveriGuido

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABRICKS_HOSTYesDatabricks workspace hostname (e.g., dbc-xxxxxxxx-xxxx.cloud.databricks.com)
DATABRICKS_TOKENYesDatabricks personal access token
DATABRICKS_HTTP_PATHYesHTTP path for the SQL warehouse (e.g., /sql/1.0/warehouses/xxxxxxxxxxxxxxxx)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
revenue_by_monthMonthly revenue trend.
busiest_pickup_zonesTop pickup ZIP codes by demand.
trips_by_hourDemand by hour of day.
fare_distance_summaryOverall fare and distance stats.

Resources

Contextual data attached and managed by the client

NameDescription
nyctaxi_schemaCurated schema and business context for samples.nyctaxi.trips.

Latest Blog Posts

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