Skip to main content
Glama
dmc5179

RHACS MCP Server

by dmc5179

RHACS MCP Server

Servidor MCP (Model Context Protocol) para la API de Red Hat Advanced Cluster Security for Kubernetes.

Proporciona acceso LLM a los 69 servicios de la API de RHACS (361 endpoints) mediante un patrón de proxy dinámico — 6 meta-herramientas que permiten a un LLM descubrir, inspeccionar y llamar a cualquier endpoint de RHACS.

Herramientas

Herramienta

Descripción

rhacs_list_services

Enumera los 69 servicios de la API con recuentos de endpoints

rhacs_list_endpoints

Enumera los endpoints de un servicio específico

rhacs_get_endpoint_details

Obtiene la especificación completa de parámetros de un endpoint

rhacs_get_model

Busca definiciones del modelo de datos (campos, enums)

rhacs_search_endpoints

Búsqueda por palabras clave en todos los endpoints

rhacs_call_api

Llama a un endpoint de la API de RHACS Central

Las 5 primeras herramientas funcionan sin conexión usando la especificación de API incluida. Solo rhacs_call_api requiere una conexión activa con RHACS Central.

Related MCP server: Red Hat Lightspeed MCP

Inicio rápido

# Install and build
npm install
npm run build

# Run (discovery tools work without env vars)
npm start

# With RHACS Central access
ROX_ENDPOINT=https://central.example.com:443 \
ROX_API_TOKEN=your-token \
npm start

Contenedor

# Build
./build.sh

# Run
podman run -i --rm \
  -e ROX_ENDPOINT=https://central.example.com:443 \
  -e ROX_API_TOKEN=your-token \
  rhacs-mcp

Documentación

Estructura del proyecto

src/
  index.ts              # MCP server entry point
  api-client.ts         # HTTP client (auth, TLS, errors)
  registry.ts           # API spec loader and indexer
  types.ts              # TypeScript interfaces
  tools/                # 6 MCP tool implementations
api_spec/               # RHACS 4.10 API spec (69 services, 900 models)
docs/                   # Documentation
Containerfile           # Multi-stage UBI9 container build
podman-compose.yml      # Local testing config

Licencia

Ver LICENSE.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.
    2
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A lightweight, self-hosted MCP server that connects LLM-based agents to Red Hat Lightspeed services, enabling natural language querying of read-only (and optionally write) operations across Advisor, Image Builder, Inventory, Planning, Remediations, and Vulnerability services.
    39
    24
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    MCP server for BeyondContainer platform, enabling LLMs to query clusters, nodes, workloads, images, monitoring, and security scans via 58 tools.
    1

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI access to Swagger by SmartBear.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmc5179/redhat-advanced-cluster-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server