rpk connect mcp-server
Executes an MCP server against a suite of Redpanda Connect resources. Each resource is exposed as a tool for AI interaction.
Usage
rpk connect mcp-server [command options]
Each resource will be exposed as a tool that AI can interact with:
rpk connect mcp-server ./repo
Options
|
Description |
|
An optional address to bind the MCP server to instead of running in stdio mode. |
|
Optionally limit the resources that this command runs by providing one or more regular expressions. Resources that do not contain a match within the field meta.tags for each tag regular expression specified will be ignored. |
|
Attempt to load secrets from a provided URN. If more than one entry is specified they will be attempted in order until a value is found. Environment variable lookups are specified with the URN env:, which by default is the only entry. In order to disable all secret lookups specify a single entry of |
|
Import environment variables from a dotenv file. |
|
Provide an explicit Redpanda License, which enables enterprise functionality. By default licenses found at the path /etc/redpanda/redpanda.license are applied. |
|
Show help for the command. |