databricks-config

Manage Databricks workspace connections and session profiles interactively.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/aaronachermann/PolentaEncoders --skill databricks-config-aaronachermann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/aaronachermann/PolentaEncoders/tree/main/.github/skills/databricks-config
Command: npx skills add https://github.com/aaronachermann/PolentaEncoders --skill databricks-config-aaronachermann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users manage Databricks workspace connections and session profiles during interactive workflows without manually editing local configuration files or invoking the Databricks CLI.

Core Features & Use Cases

  • Check current workspace: Report the active host, profile, and username for the current session.
  • List available profiles: Show available workspace profiles with the active profile clearly marked.
  • Switch or login: Switch the session-scoped workspace profile or authenticate to a new workspace via the MCP-managed tool.
  • Use Case: Rapidly switch between staging and production Databricks workspaces during development or data analysis sessions without modifying ~/.databrickscfg.

Quick Start

Ask the skill to switch to the workspace named prod to make it the active session profile.

Frequently Asked Questions about databricks-config

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

FAQPage Schema
How do I switch Databricks workspace profiles during an interactive session?

You can switch Databricks workspace profiles by invoking the mcp__databricks__manage_workspace tool to apply a session-scoped switch, returning the active host, profile, and username without editing ~/.databrickscfg.

How can I check my current Databricks workspace connection details?

Check your current Databricks workspace connection by requesting a report of the active session, which returns the current host, profile, and username information directly from the managed workspace tool.

What is the best way to manage Databricks authentication without the CLI?

Manage Databricks authentication without the CLI by using the MCP-managed workspace tool, which handles session profiles and new workspace logins while avoiding manual edits to local configuration files.

Can I list available Databricks workspace profiles and see which one is active?

You can list available Databricks workspace profiles to see all configured options, with the currently active profile clearly marked for easy identification during your interactive workflows.

Does this method for switching Databricks sessions modify the local databrickscfg file?

This method for switching Databricks sessions does not modify the local databrickscfg file. It applies session-scoped switches via the MCP-managed tool to handle profile changes without persistent local configuration edits.