webhook ai mcp for Cursor
io.github.csoai-org/webhook-ai-mcp
Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay
client:Cursor
transport:stdio
runtime:pypi
Install webhook ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webhook-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"webhook-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs