rhoso-accel-mcp
Provides tools to enable and configure Argo CD (OpenShift GitOps) for managing deployments on the cluster.
Provides tools to deploy and configure OpenStack operators and custom resources on a single-node OpenShift cluster.
Provides tools to deploy the HashiCorp Vault secrets operator and configure its authentication for secret management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rhoso-accel-mcpvalidate the current config, then show me the kubeconfig"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rhoso-accel-mcp
A single MCP server that lets AI agents drive the full RHOSO-to-GPU-validated-VM bring-up end to end
Wraps rhos-vaf/dev-tools — its make targets are
exposed as MCP tools — following the Red Hat
template-mcp-server conventions.
Tools
Read/safe (auto-run):
Tool | Wraps |
|
|
|
|
|
|
Write/destructive (require confirm=True):
Tool | Wraps |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Every tool returns {"status", "command", "stdout", "stderr", "exit_code"} and never raises.
Configuration
DEVTOOLS_DIR (in .env) points at your dev-tools checkout. If left empty, the server
auto-clones rhos-vaf/dev-tools into DEVTOOLS_CLONE_DIR (/tmp/dev-tools) on first use and
refreshes it (git remote update && git checkout origin/main) on later runs — so read-only
tools work with zero config. For real deploys, set DEVTOOLS_DIR to your own checkout
containing configs/sno.local.sh; the auto-clone has no config, so destructive tools will
fail validate_config until one is provided.
Run
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)Register with an MCP client, e.g. Claude CLI over stdio:
claude mcp add rhoso-accel --scope user -- uv run --directory /path/to/rhoso-accel-mcp rhoso-accel-mcpOr over 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