Reloader (MCP Server)

GitHub

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Claude Desktop Configuration

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

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