Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cloudera AI Agent Studio

FreeNot checked

Provides a bridge between Cloudera AI Agent Studio and external tools, enabling automated creation and management of multi-agent workflows with hierarchical str

GitHubEmbed

About

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"
      }
    }
  }
}

from github.com/jasonmeverett/cloudera-ai-agent-studio-mcp

Installing Cloudera AI Agent Studio

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jasonmeverett/cloudera-ai-agent-studio-mcp

FAQ

Is Cloudera AI Agent Studio MCP free?

Yes, Cloudera AI Agent Studio MCP is free — one-click install via Unyly at no cost.

Does Cloudera AI Agent Studio need an API key?

No, Cloudera AI Agent Studio runs without API keys or environment variables.

Is Cloudera AI Agent Studio hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cloudera AI Agent Studio in Claude Desktop, Claude Code or Cursor?

Open Cloudera AI Agent Studio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cloudera AI Agent Studio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs