Skip to main content
Glama

rhoso-accel-mcp

Un único servidor MCP que permite a los agentes de IA llevar a cabo la puesta en marcha completa de RHOSO a VM validada por GPU, de principio a fin.

Envuelve rhos-vaf/dev-tools — sus objetivos make se exponen como herramientas MCP — siguiendo las convenciones de Red Hat template-mcp-server.

Herramientas

Lectura/seguras (ejecución automática):

Herramienta

Envuelve

devtools_show_config

make show_config

devtools_validate_config

make validate_config

devtools_show_kubeconfig

make show_kubeconfig

Escritura/destructivas (requieren confirm=True):

Herramienta

Envuelve

devtools_deploy_sno

make deploy_sno

devtools_install_lvm_operator

make install_lvm_operator

devtools_configure_lvm_cluster

make configure_lvm_cluster

devtools_install_gitops_operator

make install_gitops_operator

devtools_enable_argocd

make enable_argocd

devtools_configure_openshift_gitops

make configure_openshift_gitops

devtools_deploy_openstack_dependencies

make deploy_openstack_dependencies

devtools_deploy_openstack_operator

make deploy_openstack_operator

devtools_deploy_openstack_operator_cr

make deploy_openstack_operator_cr

devtools_deploy_eso_secrets_operator

make deploy_eso_secrets_operator

devtools_deploy_vault_secrets_operator

make deploy_vault_secrets_operator

devtools_configure_eso_authentication

make configure_eso_authentication

devtools_configure_vault_authentication

make configure_vault_authentication

Cada herramienta devuelve {"status", "command", "stdout", "stderr", "exit_code"} y nunca lanza excepciones.

Configuración

DEVTOOLS_DIR (en .env) apunta a tu clon de dev-tools. Si se deja vacío, el servidor clona automáticamente rhos-vaf/dev-tools en DEVTOOLS_CLONE_DIR (/tmp/dev-tools) en el primer uso y lo actualiza (git remote update && git checkout origin/main) en ejecuciones posteriores — por lo que las herramientas de solo lectura funcionan sin configuración. Para despliegues reales, establece DEVTOOLS_DIR a tu propio clon que contenga configs/sno.local.sh; el clon automático no tiene configuración, por lo que las herramientas destructivas fallarán en validate_config hasta que se proporcione una.

Ejecución

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)

Regístrate con un cliente MCP, por ejemplo, Claude CLI sobre stdio:

claude mcp add rhoso-accel --scope user -- uv run --directory /path/to/rhoso-accel-mcp rhoso-accel-mcp

O sobre HTTP:

make http   # serves on http://127.0.0.1:5001
claude mcp add --transport http rhoso-accel http://localhost:5001/mcp --scope user
-
license - not tested
-
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 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.

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/MiguelCarpio/rhoso-accel-mcp'

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