Back to Home
stackrox icon

stackrox-mcp

Verified Safe

by stackrox

Overview

Provides AI assistants with programmatic access to StackRox for security and vulnerability insights via the Model Context Protocol (MCP).

Installation

Run Command
docker run -p 8080:8080 --env STACKROX_MCP__CENTRAL__URL=central.stackrox:443 --env STACKROX_MCP__TOOLS__CONFIG_MANAGER__ENABLED=true quay.io/stackrox-io/mcp:latest

Environment Variables

  • STACKROX_MCP__CENTRAL__URL
  • STACKROX_MCP__CENTRAL__AUTH_TYPE
  • STACKROX_MCP__CENTRAL__API_TOKEN
  • STACKROX_MCP__TOOLS__VULNERABILITY__ENABLED
  • STACKROX_MCP__TOOLS__CONFIG_MANAGER__ENABLED
  • LOG_LEVEL

Security Notes

The server demonstrates a high security posture, especially in its Kubernetes deployment via Helm charts. It enforces `runAsNonRoot: true`, `readOnlyRootFilesystem: true`, `allowPrivilegeEscalation: false`, and drops all capabilities by default. Sensitive configurations like `central.api_token` are redacted in logs. The primary configurable risk is the `insecure_skip_tls_verify` option for connecting to StackRox Central, which is explicitly warned as 'for testing only'. Input validation is performed for tool parameters.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2026-01-16

Tags

StackRoxMCPSecurityKubernetesAI Integration