Skip to main content
Glama
dmc5179

RHACS MCP Server

by dmc5179

RHACS MCP Server

Red Hat Advanced Cluster Security for Kubernetes API용 MCP(Model Context Protocol) 서버입니다.

동적 프록시 패턴을 통해 69개의 모든 RHACS API 서비스(361개 엔드포인트)에 LLM 액세스를 제공합니다. LLM이 모든 RHACS 엔드포인트를 검색, 검사, 호출할 수 있게 해주는 6개의 메타 도구입니다.

도구

도구

설명

rhacs_list_services

69개 API 서비스와 엔드포인트 수 목록 표시

rhacs_list_endpoints

특정 서비스의 엔드포인트 목록 표시

rhacs_get_endpoint_details

엔드포인트의 전체 매개변수 사양 가져오기

rhacs_get_model

데이터 모델 정의(필드, 열거형) 조회

rhacs_search_endpoints

모든 엔드포인트에 대한 키워드 검색

rhacs_call_api

RHACS Central API 엔드포인트 호출

처음 5개 도구는 번들로 제공되는 API 사양을 사용하여 오프라인으로 작동합니다. rhacs_call_api만 활성 RHACS Central 연결이 필요합니다.

Related MCP server: Red Hat Lightspeed MCP

빠른 시작

# 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

컨테이너

# Build
./build.sh

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

문서

프로젝트 구조

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

라이선스

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