dbx-config

reggie-db/dbx-config
★ 0 stars Python 💻 Code/Dev Tools Updated today
Build databricks.sdk Config objects from an explicit env mapping with type coercion. Designed for services (MCP servers, brokers, multi-tenant backends) that generate Configs from client-supplied env vars.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dbx-config": {
      "command": "uvx",
      "args": [
        "dbx-config"
      ]
    }
  }
}

Or install with pip: pip install dbx-config