Skip to content
VS Code

CLIO Slurm for VS Code

io.github.iowarp/slurm-mcp

MCP server for Slurm workload management and HPC job scheduling

client:VS Code transport:stdio runtime:pypi

Install CLIO Slurm in VS Code

.vscode/mcp.json

{
  "servers": {
    "slurm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CLIO Slurm in other clients