rhoso-accel-mcp
rhoso-accel-mcp
RHOSOからGPU検証済みVMの立ち上げまでをエンドツーエンドでAIエージェントに実行させる単一のMCPサーバー
rhos-vaf/dev-tools をラップし、その make ターゲットをMCPツールとして公開します。Red Hatの template-mcp-server の規約に従います。
ツール
読み取り/安全(自動実行):
ツール | ラップ対象 |
|
|
|
|
|
|
書き込み/破壊的(confirm=True が必要):
ツール | ラップ対象 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
すべてのツールは {"status", "command", "stdout", "stderr", "exit_code"} を返し、例外を発生させません。
設定
DEVTOOLS_DIR(.env 内)は、dev-toolsのチェックアウト先を指定します。空のままにすると、サーバーは初回使用時に rhos-vaf/dev-tools を DEVTOOLS_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 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