RHACS MCP Server
RHACS MCP サーバー
Red Hat Advanced Cluster Security for Kubernetes API 用の MCP (Model Context Protocol) サーバー。
動的プロキシパターンを通じて、69 すべての RHACS API サービス (361 エンドポイント) への LLM アクセスを提供します — LLM が任意の RHACS エンドポイントを発見、検査、呼び出しできる 6 つのメタツールです。
ツール
ツール | 説明 |
| エンドポイント数を含む 69 すべての 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 を参照してください。
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceA 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.29MIT
- AlicenseAqualityAmaintenanceA 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.3924Apache 2.0
- Alicense-qualityDmaintenanceMCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.MIT
- Flicense-qualityBmaintenanceMCP server for BeyondContainer platform, enabling LLMs to query clusters, nodes, workloads, images, monitoring, and security scans via 58 tools.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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