CloudBees MCP toolsets

1 minute read

CloudBees MCP splits the various tools into groups called "toolsets". These toolsets also break their tools into read-only and read-write tools.

Each toolset can be independently set to one of three states:

  • Disabled: The toolset is not available.

  • Read-only: Read-only tools from the toolset are available.

  • Read-write: All tools from the toolset are available.

Configure CloudBees MCP toolsets

CloudBees MCP toolsets are configured using the --toolsets option of the cloudbees-mcp stdio command.

There are no requirements for the order of toolsets in the configuration.
$ cloudbees-mcp stdio \ ... --toolsets <toolset configuration>

Toolsets

These toolsets are subject to change while CloudBees MCP is in early access.
Toolset ID Purpose

users

User-related tools

organizations

Organization-related tools

components

Component-related tools

ci

CI-related tools

workflow

Workflow-related tools

actions

Actions-related tools

flags

Feature flag tools

security

Security findings and issue tracking

reporting

Controller reporting tools

Examples

Configuration Behavior

all=r

All read-only tools are enabled.

ci=w,all=r

CI read/write tools, all other read-only tools.

ci=w,users=r

CI read/write tools, users have read-only tools.