- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 03:04 AM
Hi everyone,
I'm looking to connect the managed MCP server to Claude code on Linux and struggle to have something working. The MCP are activated on my workspace (not sure it's linked to what I want to do) and I just want to add the UC endpoint to Claude directly through `claude mcp add databricks-server https://xx-yyy-zzz.cloud.databricks.com/api/2.0/mcp/gold/core` but it's not recognizied at all.
I also try to Claude Web Chat and same. Did someone can guide nor help to setup this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2025 02:52 PM
Hi @alxsbn , did you get this resolved?
Targets that are a remote HTTP endpoint need `--transport http`. For example...
claude mcp add --transport http databricks-server https://xx-yyy-zzz.cloud.databricks.com/api/2.0/mcp/gold/core
(see: https://docs.claude.com/en/docs/claude-code/mcp#option-3%3A-add-a-remote-http-server)
And if you didn't already check out the Databricks docs on managed MCP servers you can look here: docs.databricks.com/aws/en/generative-ai/mcp/connect-external-services#managed-external-mcp
I hope that helps!
-James