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?

コメント

「その他」の他のコンテンツ