webhook ai mcp for VS Code
io.github.csoai-org/webhook-ai-mcp
Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay
client:VS Code
transport:stdio
runtime:pypi
Install webhook ai mcp in VS Code
.vscode/mcp.json
{
"servers": {
"webhook-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"webhook-ai-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs