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. |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JanneMattila/azure-databricks-jobs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server