HomeCloud & Monitoring › Watchgoose

Watchgoose

Monitor cron jobs and recurring work through a project-scoped Watchgoose connection.

Official TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-14 License: MIT

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.watchgoose.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http watchgoose-mcp https://mcp.watchgoose.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "watchgoose-mcp": {
      "url": "https://mcp.watchgoose.com/mcp"
    }
  }
}

Package (npm 0.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "watchgoose-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WATCHGOOSE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • WATCHGOOSE_API_KEY required secret — Project-scoped Watchgoose API key: hcr_ read-only or hcw_ read-write.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry