Skip to content
Cursor

homebutler for Cursor

io.github.higangssh/homebutler

Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.

client:Cursor transport:stdio runtime:npm

Install homebutler in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "homebutler": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "homebutler"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

homebutler in other clients