Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABRICKS_HOSTYesYour Databricks host URL (e.g., https://dbc-XXXXX.cloud.databricks.com)
DATABRICKS_APP_URLYesYour Databricks MCP app URL (e.g., https://your-mcp-app.databricksapps.com)

Tools

Functions exposed to the LLM to take actions

NameDescription
authenticate
Authenticate with Databricks using OAuth U2M flow. Opens a browser for authorization. Uses DATABRICKS_HOST and DATABRICKS_APP_URL from app.yaml or environment.
list_databricks_tools

List all available tools on the remote Databricks MCP server. Must authenticate first.

call_databricks_tool
Call a tool on the remote Databricks MCP server. Args: tool_name: Name of the tool to call (use list_databricks_tools to see available tools) arguments: Arguments to pass to the tool

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/smaheshwari-ux/databricks-mcp-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server