databricks-config

Manage Databricks workspace connections via the manage_workspace MCP tool.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks- --skill databricks-config-ice-droid-99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks-/tree/main/.gemini/skills/databricks-config
Command: npx skills add https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks- --skill databricks-config-ice-droid-99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of figuring out which Databricks workspace and authentication profile you are currently using and lets you quickly switch or authenticate without manually editing local Databricks configuration files.

Core Features & Use Cases

  • Workspace Status & Discovery: Check the current workspace/profile and list available workspaces with the active one clearly marked.
  • Session-Scoped Switching: Switch to a different workspace profile or host in the current session based on user intent like “switch workspace” or “which workspace”.
  • Authentication Without Touching Local Config: Log in/connect to a new workspace using the MCP manage-workspace tool rather than changing ~/.databrickscfg.

Quick Start

Ask the AI: “List my available Databricks workspaces and tell me which one 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 I am currently connected to?

To check your current Databricks workspace, you can request workspace status to return the active profile, host, and username details without manually inspecting local configuration files.

Can I switch Databricks workspace profiles without editing the local config file?

You can switch Databricks workspace profiles directly in your current session by mapping your intent to an action, bypassing the need to manually modify the ~/.databrickscfg file.

How do I authenticate to a new Databricks host using CLI integration?

Databricks authentication to a new host is handled via the manage_workspace MCP tool, which processes your connection request and returns the authenticated host, profile, and username results.

What is the best way to list available Databricks workspaces and identify the active one?

Listing available Databricks workspaces uses the manage_workspace tool to display all configured profiles, clearly marking the currently active workspace for immediate identification.

Does session scoped config work for Databricks workspace switching?

Session scoped config applies to Databricks workspace switching by mapping user intent to an action parameter, allowing temporary profile changes within the active session without permanent local file alterations.

Why does my Databricks profile switching require MCP tools instead of manual CLI commands?

Databricks profile switching requires MCP tools to accurately map user intent to workspace actions and securely return authentication details, preventing manual configuration errors in local files.