Agentic Data Plane
Preview
rpk ai mcp-server create
Create an MCP server.
Choose the backend by setting flags from one group; the group you use selects it: remote, managed. Setting flags from two groups is an error.
Examples
This section provides examples of how to use rpk ai mcp-server create.
rpk ai mcp-server create my-mcp-server \
--remote.url https://mcp.example.com/sse \
--remote.transport sse
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |
Was this helpful?