Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2026 05:28 AM
Hi,
the DBSQL MCP Server is really cool, however, I am not sure how to connect it to a specific cluster, and I could not find any information in any documentation page. My MCP settings looks like this:
"databricks-sql-mcp": {
"type": "streamable-http",
"url": "https://{DATABRICKS_URL}.azuredatabricks.net/api/2.0/mcp/sql",
"headers": {
"Authorization": "Bearer {TOKEN}
},
"note": "Databricks SQL MCP"
}I tried providing warehouse_id query parameter or even prompting the model to use a specific compute cluster, but it did not help - the commands always run on a specific cluster, and I am not sure why this specific cluster was selected. Did anyone have the same problem and was able to solve that?