nomad (MCP Server)

GitHub

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

16,803 stars Go
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nomad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nomad"
      ]
    }
  }
}