Cloudera AI Agent Studio
БесплатноНе проверенProvides a bridge between Cloudera AI Agent Studio and external tools, enabling automated creation and management of multi-agent workflows with hierarchical str
Описание
Provides a bridge between Cloudera AI Agent Studio and external tools, enabling automated creation and management of multi-agent workflows with hierarchical structures through the Agent Studio API.
README
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"
}
}
}
}
Установка Cloudera AI Agent Studio
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jasonmeverett/cloudera-ai-agent-studio-mcpFAQ
Cloudera AI Agent Studio MCP бесплатный?
Да, Cloudera AI Agent Studio MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloudera AI Agent Studio?
Нет, Cloudera AI Agent Studio работает без API-ключей и переменных окружения.
Cloudera AI Agent Studio — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cloudera AI Agent Studio в Claude Desktop, Claude Code или Cursor?
Открой Cloudera AI Agent Studio на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Cloudera AI Agent Studio with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
