★ 2 stars
JavaScript
💬 Communication
Updated 1d ago
MCP server for SLURM HPC clusters — zero-dependency, single-file, TTY-aware job watching with desktop notifications
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"slurm-mcp-server": {
"command": "npx",
"args": [
"-y",
"Charlie-Z-work/slurm-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add slurm-mcp-server npx -y Charlie-Z-work/slurm-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"slurm-mcp-server": {
"command": "npx",
"args": [
"-y",
"Charlie-Z-work/slurm-mcp-server"
]
}
}
}