You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`central.url`|`STACKROX_MCP__CENTRAL__URL`| string | Yes | central.stackrox:443 | URL of StackRox Central instance |
74
-
|`central.auth_type`|`STACKROX_MCP__CENTRAL__AUTH_TYPE`| string | No |`passthrough`| Authentication type: `passthrough` (use token from MCP client headers) or `static` (use configured token) |
74
+
|`central.auth_type`|`STACKROX_MCP__CENTRAL__AUTH_TYPE`| string | No |`passthrough`| Authentication type: `passthrough` (use token from MCP client headers) or `static` (use configured token). **Note**: Helm chart only supports `passthrough` mode.|
75
75
|`central.api_token`|`STACKROX_MCP__CENTRAL__API_TOKEN`| string | Conditional | - | API token for static authentication (required when `auth_type` is `static`, must not be set when `passthrough`) |
76
76
|`central.insecure_skip_tls_verify`|`STACKROX_MCP__CENTRAL__INSECURE_SKIP_TLS_VERIFY`| bool | No |`false`| Skip TLS certificate verification (use only for testing) |
77
77
|`central.force_http1`|`STACKROX_MCP__CENTRAL__FORCE_HTTP1`| bool | No |`false`| Route gRPC traffic through the HTTP/1 bridge (gRPC-Web/WebSockets) for environments that block HTTP/2 |
@@ -96,7 +96,7 @@ HTTP server settings for the MCP server.
|`server.type`|`STACKROX_MCP__SERVER__TYPE`| string | No |`streamable-http`| Server transport type: `streamable-http` (HTTP server) or `stdio` (stdio transport). **Note**: stdio transport requires `central.auth_type` to be set to `static`|
99
+
|`server.type`|`STACKROX_MCP__SERVER__TYPE`| string | No |`streamable-http`| Server transport type: `streamable-http` (HTTP server) or `stdio` (stdio transport). **Note**: stdio transport requires `central.auth_type` to be set to `static`. Helm chart only supports `streamable-http`.|
100
100
|`server.address`|`STACKROX_MCP__SERVER__ADDRESS`| string | No |`0.0.0.0`| HTTP server listen address (only applies when `server.type` is `http`) |
101
101
|`server.port`|`STACKROX_MCP__SERVER__PORT`| int | No |`8080`| HTTP server listen port (must be 1-65535, only applies when `server.type` is `http`) |
102
102
@@ -273,6 +273,8 @@ See [.github/workflows/build.yml](.github/workflows/build.yml) for build pipelin
273
273
274
274
Deploy the StackRox MCP server to Kubernetes or OpenShift clusters using Helm.
275
275
276
+
> **For Kubernetes/OpenShift deployments, see the [Helm Chart README](charts/stackrox-mcp/README.md) for complete configuration options, authentication details, and deployment examples.**
277
+
276
278
### Prerequisites
277
279
278
280
- Kubernetes 1.19+ or OpenShift 4.x+
@@ -287,6 +289,9 @@ Deploy the StackRox MCP server to Kubernetes or OpenShift clusters using Helm.
0 commit comments