Cloud

rpk cloud mcp proxy

Proxy MCP requests to a remote Redpanda Cloud MCP server.

This command connects to a specific cluster and MCP server running in that cluster, then proxies MCP requests from stdio to the remote MCP server over HTTP.

Use --install to configure the MCP client instead of serving stdio.

Usage

rpk cloud mcp proxy [flags]

Flags

Value Type Description

--client

string

Name of the MCP client to configure (required with --install).

--cluster-id

string

Cluster ID to connect to.

--install

bool

Install MCP proxy configuration instead of serving stdio.

--mcp-server-id

string

MCP Server ID to proxy to.

--serverless-cluster-id

string

Serverless cluster ID to connect to.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.