MCP.so
Sign In

Cloudera AI MCP

@adfr

About Cloudera AI MCP

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

adfr

Submitted by

Adrien Chenailler

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Cloudera AI MCP?

Cloudera AI MCP is a Python-based Model Context Protocol server that integrates with Cloudera Machine Learning (CML), allowing Claude to interact with CML services programmatically.

How to use Cloudera AI MCP?

Clone the repository, install dependencies with pip install -r requirements.txt, configure your CML host and API key via environment variables or code, then run ./server.py or import ClouderaMCP in your Python code. The server uses stdio transport and connects to Claude Desktop via claude_desktop_config.json.

Key features of Cloudera AI MCP

  • Upload folders while preserving directory structure
  • Create, list, and delete CML jobs
  • Retrieve project ID from a project name
  • List project files and directories
  • Manage ML models, deployments, and experiments
  • Create and manage CML applications

Use cases of Cloudera AI MCP

  • Automate folder uploads and job creation from Claude
  • Query and manage ML experiments and model deployments
  • List and clean up jobs across a CML project
  • Integrate CML project management into conversational workflows

FAQ from Cloudera AI MCP

What does Cloudera AI MCP do vs alternatives?

What are the runtime requirements?

Python 3.8+ and the requests, pathlib, python-dotenv, and mcp[cli] packages.

Where does data live?

What transports and authentication does it use?

The server uses stdio transport by default. Authentication requires a CML API key, provided via environment variables or configuration.

Are there known limits?

Comments

More Other MCP servers