Home › Cloud & Monitoring › Watchgoose
Watchgoose
Monitor cron jobs and recurring work through a project-scoped Watchgoose connection.
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 watchgoose-mcp@0.1.2
Or add to your MCP client config:
{
"mcpServers": {
"watchgoose-mcp": {
"command": "npx",
"args": [
"-y",
"watchgoose-mcp@0.1.2"
],
"env": {
"WATCHGOOSE_API_KEY": "<YOUR_VALUE>"
}
}
}
}
WATCHGOOSE_API_KEYrequired secret — Project-scoped Watchgoose API key: hcr_ read-only or hcw_ read-write.
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry