slurm-cluster-mcp
Installation
SKILL.md
Slurm Cluster MCP
Overview
Direct tool interface to a fake Slurm HPC cluster running on the host machine via MCP. You decide which tool to invoke based on the user's request. The MCP server exposes raw Slurm commands — call them with the specific parameters that match the user's intent.
Invocation
Always use the skill venv's Python (required by the sandbox network policy):
SKILL_DIR=~/.openclaw/workspace/skills/slurm-cluster-mcp
$SKILL_DIR/venv/bin/python3 $SKILL_DIR/scripts/mcp_client.py <tool> [args]
Do not use bare python3 — the system Python is not permitted to reach the MCP server on port 9000.