Skip to main content
Glama

Databricks MCP Server

by robkisk
mcp.json•1.25 kB
{ "mcpServers": { "context7": { "url": "https://mcp.context7.com/mcp" }, "genie-mcp-m": { "type": "streamable-http", "url": "https://<host>/api/2.0/mcp/genie/<genie space id>", "headers": { "Authorization": "Bearer <token>" }, "note": "Databricks Genie for BI with natural language." }, "uc-functions-mcp-m": { "type": "streamable-http", "url": "https://<host>/api/2.0/mcp/functions/<catalog>/<schema>", "headers": { "Authorization": "Bearer <token>" }, "note": "Databricks UC Functions for C360." }, "vector-search-mcp-m": { "type": "streamable-http", "url": "https://<host>/api/2.0/mcp/vector-search/<catalog>/<schema>", "headers": { "Authorization": "Bearer <token>" }, "note": "Databricks Vector Search for C360." }, "dbx-mcp-c": { "command": "uv", "args": [ "--directory", "<path to this mcp server folder saved locally>", "run", "databricks-mcp-server" ], "env": { "DATABRICKS_HOST": "", "DATABRICKS_TOKEN": "", "DATABRICKS_WAREHOUSE_ID": "", "RUNNING_VIA_CURSOR_MCP": "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/robkisk/databricks-mcp'

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