Skip to content
VS Code

Watchgoose for VS Code

io.github.bartekrutkowski/watchgoose-mcp

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

client:VS Code transport:streamable-http runtime:npm

Install Watchgoose in VS Code

.vscode/mcp.json

{
  "servers": {
    "watchgoose-mcp": {
      "type": "http",
      "url": "https://mcp.watchgoose.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Watchgoose in other clients