databricks-config

Manage Databricks workspace connections via the mcp__databricks__manage_workspace tool.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill databricks-config-itsadijmbt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/itsadijmbt/SecureMCP-Servers/tree/main/TEST_SERVERS/PORTED_TO_SECUREMCP/databrickslab-mcp/ai-dev-kit/databricks-skills/databricks-config
Command: npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill databricks-config-itsadijmbt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you manage Databricks workspace connections by quickly checking the current workspace/profile, listing available workspaces, switching to a different workspace, or authenticating to a new one.

Core Features & Use Cases

  • Workspace status & profile context: Identify the active host and profile instead of guessing what your session is currently using.
  • Workspace discovery and switching: List available workspaces, then switch session-scoped context to the one you need (useful when hopping between dev/stage/prod).
  • Workspace authentication/login: Connect to a workspace by host when you need a new authenticated target.

Use Case: You frequently switch between multiple Databricks environments and want the AI to reliably tell you which workspace/profile is active and to move you to the correct one for the next operation.

Quick Start

Tell the assistant: “List my available Databricks workspaces and show which profile is currently active.”

Frequently Asked Questions about databricks-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check which Databricks workspace profile is currently active?

To check your active Databricks workspace, request a workspace status report that identifies the current host and profile being used in your session. This prevents guessing which environment your operations are targeting.

How do I switch between multiple Databricks workspaces like dev and prod?

You can switch Databricks workspaces by listing available profiles and instructing the assistant to switch your session-scoped context to the target environment. This routes the profile switching operation through the workspace management tool.

Can I authenticate and connect to a new Databricks workspace by host URL?

Yes, you can authenticate to a new Databricks workspace by providing the specific host URL. The skill manages the login process to establish a new authenticated target for your subsequent operations.

What is the best way to manage Databricks workspace connections when changing environments?

The best way to manage Databricks workspace connections is to use a profile switching tool that reports the active workspace, lists available ones, and authenticates to specified hosts. This ensures reliable context verification across environments.

Does switching Databricks profiles affect my local configuration or just the current session?

Switching Databricks profiles changes the session-scoped context for your current operations. It routes workspace operations dynamically to verify authentication state and select the correct environment without permanent local config changes.