CloudBees Unify MCP Server toolsets

1 minute read

The local CloudBees CloudBees Unify MCP Server (stdio transport) is being deprecated as of May 31, 2026. This documentation is no longer maintained.

Migrate to the remote CloudBees CloudBees Unify MCP Server for continued support and access to new capabilities. The remote server is hosted by CloudBees, requires no local installation, and uses OAuth-based authentication.

Refer to Migrate to the remote MCP server for migration steps.

CloudBees Unify MCP Server 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 Unify MCP Server toolsets

CloudBees Unify MCP Server toolsets are configured using the --toolsets option of the cloudbees-unify-mcp-server stdio command.

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

Toolsets

These toolsets are subject to change while CloudBees Unify MCP Server 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.