yw449/cloudera-cml-mcp-server
If you are the rightful owner of cloudera-cml-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A standalone MCP server for interacting with Cloudera Machine Learning (CML).
Tools
Functions exposed to the LLM to take actions
list_projects
List all CML projects the user has access to
create_project
Create a new CML project
get_project
Get details of a specific CML project
list_files
List files in a CML project at the specified path
read_file
Read the contents of a file from a CML project
upload_file
Upload a file to a CML project
rename_file
Rename a file in a CML project
patch_file
Update file metadata (rename, move, or change attributes)
list_jobs
List all jobs in a CML project
create_job
Create a new job in a CML project
create_job_from_file
Create a job from an existing file in a CML project
run_job
Run a job in a CML project
list_job_runs
List all runs for a job in a CML project
stop_job_run
Stop a running job in a CML project
schedule_job
Schedule a job to run periodically using a cron expression
list_runtime_addons
List all available runtime addons (e.g., Spark3, GPU)
download_ssl_cert
Download the SSL certificate from the CML server
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client