Safe, structured access to a HashiCorp Nomad cluster: jobs, allocations, task logs, nodes, node pools, deployments, quotas and scheduler evaluations. Works with Community Edition and Enterprise. Read-only by default.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nomad-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/suyash1603/nomad-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nomad-mcp-server go run github.com/suyash1603/nomad-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nomad-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/suyash1603/nomad-mcp-server@latest"
]
}
}
}
📋 Copy
Topics
golang hashicorp hcdiag mcp model-context-protocol nomad