Skip to content
VS Code

webhook for VS Code

io.github.rog0x/webhook

Send, validate, debug webhooks for AI agents

client:VS Code transport:stdio runtime:npm

Install webhook in VS Code

.vscode/mcp.json

{
  "servers": {
    "webhook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-webhook-tools"
      ]
    }
  }
}

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

webhook in other clients