rhoso-accel-mcp
rhoso-accel-mcp
Ein einzelner MCP-Server, der es KI-Agenten ermöglicht, den vollständigen RHOSO-bis-GPU-validierten-VM-Bring-up Ende-zu-Ende zu steuern
Kapselt rhos-vaf/dev-tools — dessen make-Ziele werden
als MCP-Tools bereitgestellt — und folgt den Konventionen des Red Hat
template-mcp-server.
Tools
Lese-/sichere (automatisch ausgeführt):
Tool | Kapselt |
|
|
|
|
|
|
Schreib-/destruktive (erfordern confirm=True):
Tool | Kapselt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jedes Tool gibt {"status", "command", "stdout", "stderr", "exit_code"} zurück und löst niemals eine Ausnahme aus.
Konfiguration
DEVTOOLS_DIR (in .env) zeigt auf Ihren dev-tools-Checkout. Wenn es leer gelassen wird, klont der Server
automatisch rhos-vaf/dev-tools in DEVTOOLS_CLONE_DIR (/tmp/dev-tools) bei der ersten Verwendung und
aktualisiert es (git remote update && git checkout origin/main) bei späteren Ausführungen — sodass schreibgeschützte
Tools ohne Konfiguration funktionieren. Für echte Deployments setzen Sie DEVTOOLS_DIR auf Ihren eigenen Checkout,
der configs/sno.local.sh enthält; der Auto-Klon hat keine Konfiguration, daher schlagen destruktive Tools bei
validate_config fehl, bis eine bereitgestellt wird.
Ausführen
cp .env.example .env # optionally set DEVTOOLS_DIR
make install # uv venv + deps
make test # unit tests (no real make execution)
make local # run over stdio (local agent)
# make http # run over HTTP (remote/CI agent)Registrieren Sie sich bei einem MCP-Client, z. B. Claude CLI über stdio:
claude mcp add rhoso-accel --scope user -- uv run --directory /path/to/rhoso-accel-mcp rhoso-accel-mcpOder über HTTP:
make http # serves on http://127.0.0.1:5001
claude mcp add --transport http rhoso-accel http://localhost:5001/mcp --scope userThis 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 Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for generating rough-draft project plans from natural-language prompts.
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/MiguelCarpio/rhoso-accel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server