★ 353 stars
Go
🤖 AI/LLM
Updated 1mo ago
CLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hookdeck-cli": {
"command": "go",
"args": [
"run",
"github.com/hookdeck/hookdeck-cli@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hookdeck-cli go run github.com/hookdeck/hookdeck-cli@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hookdeck-cli": {
"command": "go",
"args": [
"run",
"github.com/hookdeck/hookdeck-cli@latest"
]
}
}
}
📋 Copy
Topics
cli hookdeck localtunnel mcp mcp-server ngrok-alternative webhooks