McpMux
Back to Registry

Nomad (npx) MCP Server

Community

Contributed by kocierik

Manage HashiCorp Nomad clusters via the MCP protocol: inspect and operate jobs, deployments, allocations, nodes, namespaces, variables, ACL tokens, and Sentinel policies through the Nomad HTTP API.

About the Nomad (npx) MCP Server

The Nomad (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage HashiCorp Nomad clusters via the MCP protocol: inspect and operate jobs, deployments, allocations, nodes, namespaces, variables, ACL tokens, and Sentinel policies through the Nomad HTTP API. This is a community-contributed MCP server by kocierik.

Install the Nomad (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@kocierik/mcp-nomad"
  ],
  "env": {
    "NOMAD_ADDR": "${input:NOMAD_ADDR}",
    "NOMAD_TOKEN": "${input:NOMAD_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "NOMAD_ADDR",
        "label": "Nomad Address",
        "description": "Base URL of your Nomad server's HTTP API (the value of NOMAD_ADDR). Defaults to http://localhost:4646 when running Nomad locally.",
        "type": "url",
        "required": true,
        "placeholder": "http://localhost:4646"
      },
      {
        "id": "NOMAD_TOKEN",
        "label": "Nomad ACL Token",
        "description": "Optional Nomad ACL token (NOMAD_TOKEN). Required only if your cluster has ACLs enabled; leave empty for an unsecured cluster.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "****************************",
        "obtain": {
          "url": "https://developer.hashicorp.com/nomad/docs/secure/acl",
          "instructions": "1. Ensure ACLs are enabled on your Nomad cluster\n2. Run `nomad acl token create` (or use the UI) to mint a token with the needed policies\n3. Copy the Secret ID and use it as the token",
          "button_label": "Nomad ACL Docs"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

nomadhashicorporchestrationschedulerdevopsinfrastructure

Supported AI Clients

The Nomad (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Nomad (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.