Overview
Features
Inspector Browse Integration
Browse and inspect Nomad state via MCP using the Model Context Protocol Inspector, including support for the latest Inspector version.
Claude Integration
Use with Claude Desktop to run the MCP Nomad server through various installation options and configure via Claude's JSON.
Nomad API Connectivity
Connect to Nomad's HTTP API with configurable NOMAD_ADDR and optional NOMAD_TOKEN (ACL), enabling cluster management through MCP.
Flexible Transport for Inspector
Choose transport type (stdio, SSE, or streamable-http) to suit your runtime and tooling.
Configurable CLI Options
Command-line flags -nomad-addr, -port, and -transport provide quick customization.
Environment Variable Support
Nomad address and token can be set via NOMAD_ADDR and NOMAD_TOKEN, aligning with Nomad deployment practices.
Docker Deployment
Official Docker images make it easy to deploy in Linux, macOS, and Windows environments.
Build from Source
Go-based development workflow with go get and go install to build the MCP Nomad server from source.
Who Is This For?
- DevOps Engineers:Manage and orchestrate Nomad clusters using MCP; inspect state via Inspector and integrate with Claude.
- MCP Developers:Build and deploy MCP servers that connect to Nomad and support Claude integration.
- Nomad Operators:Operate Nomad clusters through MCP with a Golang-based server.




