Azure Databricks Jobs MCP Server
by JanneMattila
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind interface. | 127.0.0.1 |
| MCP_PORT | No | Bind port. | 8000 |
| LOG_LEVEL | No | Logging verbosity (DEBUG, INFO, WARNING, ERROR). | INFO |
| MCP_BASE_URL | No | Public base URL; published as the resource identifier in Protected Resource Metadata. | http://localhost:8000 |
| AZURE_CLIENT_ID | No | App registration (client) ID. | |
| AZURE_TENANT_ID | No | Azure Entra tenant (directory) ID. | |
| DATABRICKS_HOST | No | Workspace URL, e.g. https://adb-xxxx.azuredatabricks.net. | |
| AZURE_CLIENT_SECRET | No | App registration client secret. Required unless AZURE_USE_MANAGED_IDENTITY=true. | |
| MCP_REQUIRED_SCOPES | No | Exposed API scope name(s), comma separated. | jobs |
| DATABRICKS_API_VERSION | No | Jobs API version. | 2.2 |
| AZURE_USE_MANAGED_IDENTITY | No | Set to 'true' to use managed identity instead of client secret for OBO exchange. | false |
| AZURE_MANAGED_IDENTITY_CLIENT_ID | No | Client ID of the user-assigned managed identity. Omit for system-assigned identity. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues