MCP.so
登录

Cloudera AI MCP

@adfr

关于 Cloudera AI MCP

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

adfr

提交者

Adrien Chenailler

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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?

评论

其他 分类下的更多 MCP 服务器