Skip to main content
Glama

rhoso-accel-mcp

AI 에이전트가 RHOSO에서 GPU 검증 VM 구축까지 전체 과정을 처음부터 끝까지 구동할 수 있게 하는 단일 MCP 서버입니다.

rhos-vaf/dev-tools를 래핑합니다. 즉, 해당 저장소의 make 타깃을 MCP 도구로 노출하며, Red Hat template-mcp-server 규칙을 따릅니다.

도구

읽기/안전(자동 실행):

도구

래핑 대상

devtools_show_config

make show_config

devtools_validate_config

make validate_config

devtools_show_kubeconfig

make show_kubeconfig

쓰기/파괴적 작업(confirm=True 필요):

도구

래핑 대상

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

모든 도구는 {"status", "command", "stdout", "stderr", "exit_code"}를 반환하며 예외를 발생시키지 않습니다.

구성

DEVTOOLS_DIR(.env 내)은 dev-tools 체크아웃을 가리킵니다. 비어 있으면 서버는 첫 사용 시 rhos-vaf/dev-toolsDEVTOOLS_CLONE_DIR(/tmp/dev-tools)에 자동으로 클론하고, 이후 실행 시(git remote update && git checkout origin/main) 새로 고침합니다. 따라서 읽기 전용 도구는 설정 없이도 작동합니다. 실제 배포 시에는 configs/sno.local.sh가 포함된 자체 체크아웃으로 DEVTOOLS_DIR을 설정하세요. 자동 클론에는 설정이 없으므로, 설정이 제공되기 전까지 파괴적 도구는 validate_config에서 실패합니다.

실행

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)

MCP 클라이언트(예: stdio를 통한 Claude CLI)에 등록합니다:

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

또는 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