ramvlt/intellijidea-mcp-databricks
If you are the rightful owner of intellijidea-mcp-databricks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that integrates with Databricks, allowing AI assistants to interact with Databricks workspaces.
Tools
Functions exposed to the LLM to take actions
execute_sql
Execute SQL queries on your Databricks SQL warehouse.
list_notebooks
List notebooks in a workspace path.
get_notebook_content
Get the content of a notebook.
list_clusters
List all clusters in the workspace.
get_cluster_info
Get detailed information about a specific cluster.
list_jobs
List all jobs in the workspace.
get_job_runs
Get run history for a job.
run_job
Trigger a job run.
list_dbfs
List files in DBFS.
read_dbfs_file
Read content from a DBFS file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client