homelab

GitHub

Fully automated homelab from empty disk to running services with a single command.

RAW Config

Claude Desktop Configuration

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

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