cloudera-ai-agent-studio-mcp
MCP Server for driving Cloudera AI's Agent Studio
Documentation
Cloudera AI Agent Studio MCP Server
Agent Studio MCP Server is a lightweight Model Context Protocol (MCP) bridge that exposes your Agent Studio instance as a set of callable tools.
It lets Claude (or any other MCP-aware client) list, inspect, and build Agent Studio workflows on the fly.
✨ What it can do
| Tool | Description | Typical Usage |
|---|---|---|
| `list_current_workflows()` | Returns every workflow’s ID and name | Populate a UI drop-down of existing projects |
| `get_workflow_information(id)` | Fetch full JSON metadata for one workflow | Inspect tasks, agents, and process settings |
| `create_workflow(name, description)` | Spin up a brand-new blank workflow | Automate project scaffolding |
| `make_workflow_conversational(workflow_id)` | Adds a *Conversational Task* and flips `is_conversational` to `true` | Turn a static workflow into a chat-first experience |
| `add_manager_agent_to_workflow(workflow_id, …)` | Creates a manager agent and wires it in as the workflow’s supervisor | Hierarchical / delegated workflows |
| `add_agent_to_workflow(workflow_id, …)` | Adds any number of additional agents to a workflow | Expand the crew with domain specialists |
🖥 Integrating with Claude Desktop
Add the following block to your claude_desktop_config.json:
{
"mcpServers": {
"agent-studio": {
"command": "uv",
"args": [
"--directory",
"/path/to/cloudera-ai-agent-studio-mcp",
"run",
"serve.py"
],
"env": {
"CDSW_APIV2_KEY": "YOUR-TOKEN-HERE",
"AGENT_STUDIO_DOMAIN": "https://your-studio.CDSW_DOMAIN.cldr.work"
}
}
}
}Frequently asked questions
What is cloudera-ai-agent-studio-mcp?
cloudera-ai-agent-studio-mcp is MCP Server for driving Cloudera AI's Agent Studio
How do I install cloudera-ai-agent-studio-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is cloudera-ai-agent-studio-mcp open source?
Yes — it is hosted on GitHub at https://github.com/jasonmeverett/cloudera-ai-agent-studio-mcp and has 2 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP