Cloudera AI Agent Studio MCP Server
@jasonmeverett
关于 Cloudera AI Agent Studio MCP Server
MCP Server for driving Cloudera AI's Agent Studio
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloudera AI Agent Studio MCP Server?
Cloudera AI Agent Studio MCP Server is a lightweight Model Context Protocol (MCP) bridge that exposes an Agent Studio instance as callable tools. It lets Claude or any MCP-aware client list, inspect, and build Agent Studio workflows on the fly.
How to use Cloudera AI Agent Studio MCP Server?
Integrate with Claude Desktop by adding an entry to claude_desktop_config.json specifying the uv command, the path to the server directory, and required environment variables (CDSW_APIV2_KEY and AGENT_STUDIO_DOMAIN). Once connected, tools such as list_current_workflows(), get_workflow_information(), create_workflow(), and others become available.
Key features of Cloudera AI Agent Studio MCP Server
- List all workflows with IDs and names
- Fetch full JSON metadata for one workflow
- Create a new blank workflow
- Add a conversational task to a workflow
- Add a manager agent as supervisor
- Add additional agents to expand the crew
Use cases of Cloudera AI Agent Studio MCP Server
- Populate a UI drop-down of existing workflow projects
- Inspect tasks, agents, and process settings of a workflow
- Automate project scaffolding with new blank workflows
- Turn a static workflow into a chat-first experience
- Build hierarchical or delegated workflows with a manager agent
FAQ from Cloudera AI Agent Studio MCP Server
What is the Cloudera AI Agent Studio MCP Server?
It is a lightweight MCP bridge that exposes Agent Studio workflows as callable tools for MCP-aware clients like Claude.
How do I integrate it with Claude Desktop?
Add an entry to your claude_desktop_config.json with the uv command, server directory path, and the environment variables CDSW_APIV2_KEY and AGENT_STUDIO_DOMAIN.
What tools does the server expose?
The server provides six tools: list_current_workflows, get_workflow_information, create_workflow, make_workflow_conversational, add_manager_agent_to_workflow, and add_agent_to_workflow.
What environment variables are required?
You need CDSW_APIV2_KEY for authentication and AGENT_STUDIO_DOMAIN for the studio URL.
Can I use it with MCP clients other than Claude?
Yes, the server works with any MCP-aware client, not just Claude.
AI 与智能体 分类下的更多 MCP 服务器
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
评论