Skip to main content
Glama

Databricks MCP Server

databricks.yml873 B
bundle: name: mcp-on-apps sync: include: - .build artifacts: default: type: whl path: . build: uv build --wheel variables: schema_full_name: type: string description: Full name of the schema to use (e.g. main.default) genie_space_ids: type: string description: JSON-formatted list of Genie space IDs to use (e.g. '["space1", "space2"]') resources: apps: mcp-on-apps: name: "mcp-on-apps" description: "MCP Server on Databricks Apps" source_code_path: ./.build config: command: ["uvicorn", "databricks.labs.mcp.servers.unity_catalog.app:app"] env: - name: "SCHEMA_FULL_NAME" value: ${var.schema_full_name} - name: "GENIE_SPACE_IDS" value: ${var.genie_space_ids} targets: dev: mode: development default: true

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/abhisheksharma637/databricks_mcp'

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