# hashicorp/nomad | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 16,790 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nomad": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nomad" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nomad": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nomad" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nomad` - **Docker**: `docker run -i --rm mcp/nomad`