.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hookdeck/hookdeck-cli
home/mcp-servers/hookdeck/hookdeck-cli
hookdeck avatar

hookdeck-cli

byhookdeck· 1 MCP server

Installs

47k

Stars

358

Forks

22

Category

DevOps & CI/CD

View on GitHub

TL;DR

[![slack-badge]](https://join.slack.com/t/hookdeckdevelopers/shared_invite/zt-yw7hlyzp-EQuO3QvdiBlH9Tz2KZg5MQ)

How to install hookdeck-cli?

hookdeck/hookdeck-cli
$git clone https://github.com/hookdeck/hookdeck-cli

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install hookdeck-cli by running `git clone https://github.com/hookdeck/hookdeck-cli`, then use it for the current task and follow its documentation at https://github.com/hookdeck/hookdeck-cli.

Files · 1

View on GitHub
README.md
1# Hookdeck CLI
2 
3[slack-badge]: https://img.shields.io/badge/Slack-Hookdeck%20Developers-blue?logo=slack
4 
5[![slack-badge]](https://join.slack.com/t/hookdeckdevelopers/shared_invite/zt-yw7hlyzp-EQuO3QvdiBlH9Tz2KZg5MQ)
6 
7Using the Hookdeck CLI, you can forward your events (e.g. webhooks) to your local web server with unlimited **free** and **permanent** event URLs. Your event history is preserved between sessions and can be viewed, replayed, or used for testing by you and your teammates.
8 
9Hookdeck CLI is compatible with most of Hookdeck's features, such as filtering and fan-out delivery. You can use Hookdeck CLI to develop or test your event (e.g. webhook) integration code locally.
10 
11You can also manage Hookdeck Event Gateway resources—sources, destinations, connections, events, transformations—from the CLI. For AI and agent workflows, the Event Gateway MCP server (`hookdeck gateway mcp`) exposes these capabilities as tools in MCP-compatible clients (e.g. Cursor, Claude).
12 
13Although it uses a different approach and philosophy, it's a replacement for ngrok and alternative HTTP tunnel solutions.
14 
15Hookdeck for development is completely free, and we monetize the platform with our production offering.
16 
17For a complete reference of all commands and flags, see [REFERENCE.md](REFERENCE.md).
18 
19## Table of contents
20 
21- [Installation](#installation)
22 - [NPM](#npm)
23 - [macOS](#macos)
24 - [Windows](#windows)
25 - [Linux Or without package managers](#linux-or-without-package-managers)
26 - [Docker](#docker)
27- [Usage](#usage)
28- [Commands](#commands)
29 - [Login](#login)
30 - [Listen](#listen)
31 - [Logout](#logout)
32 - [Skip SSL validation](#skip-ssl-validation)
33 - [Disable health checks](#disable-health-checks)
34 - [Version](#version)
35 - [Completion](#completion)
36 - [Running in CI](#running-in-ci)
37 - [Event Gateway](#event-gateway)
38 - [Event Gateway MCP](#event-gateway-mcp)
39 - [Manage connections](#manage-connections)
40 - [Transformations](#transformations)
41 - [Requests, events, and attempts](#requests-events-and-attempts)
42 - [Manage active project](#manage-active-project)
43 - [Telemetry](#telemetry)
44- [Configuration files](#configuration-files)
45- [Global Flags](#global-flags)
46- [Troubleshooting](#troubleshooting)
47- [Developing](#developing)
48- [Testing](#testing)
49- [Releasing](#releasing)
50- [Repository Setup](#repository-setup)
51- [License](#license)
52 
53**Quick links:** [Local development (Listen)](#listen) · [Resource management (CLI)](#event-gateway) / [Manage connections](#manage-connections) · [AI / agent integration (Event Gateway MCP)](#event-gateway-mcp)
54 
55https://github.com/user-attachments/assets/7a333c5b-e4cb-45bb-8570-29fafd137bd2
56 
57 
58## Installation
59 
60Hookdeck CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat, and CentOS.
61 
62### NPM
63 
64Hookdeck CLI is distributed as an NPM package:
65 
66```sh
67npm install hookdeck-cli -g
68```
69 
70To install a beta (pre-release) version:
71 
72```sh
73npm install hookdeck-cli@beta -g
74```
75 
76### macOS
77 
78Hookdeck CLI is available on macOS via [Homebrew](https://brew.sh/) in [homebrew-core](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/h/hookdeck.rb):
79 
80```sh
81brew install hookdeck
82```
83 
84New stable versions are picked up automatically by Homebrew's autobump after each release — `brew upgrade` will pull them in.
85 
86To install a beta (pre-release) version from our tap:
87 
88```sh
89brew install hookdeck/hookdeck/hookdeck-beta
90```
91 
92> [!NOTE]
93> When [`HOMEBREW_REQUIRE_TAP_TRUST`](https://docs.brew.sh/Taps) becomes the default in Homebrew 5.2.0 / 6.0.0, installing the beta formula from a third-party tap will require an explicit trust step:
94> ```sh
95> brew trust --formula hookdeck/hookdeck/hookdeck-beta
96> ```
97> The stable `hookdeck` formula lives in homebrew-core and is not affected.
98 
99### Windows
100 
101Hookdeck CLI is available on Windows via the [Scoop](https://scoop.sh/) package manager:
102 
103```sh
104scoop bucket add hookdeck https://github.com/hookdeck/scoop-hookdeck-cli.git
105scoop install hookdeck
106```
107 
108To in

Preview

hookdeck/hookdeck-clihookdeck/hookdeck-cli

# Hookdeck CLI

[slack-badge]: https://img.shields.io/badge/Slack-Hookdeck%20Developers-blue?logo=slack

[![slack-badge]](https://join.slack.com/t/hookdeckdevelopers/shared_invite/zt-yw7hlyzp-EQuO3QvdiBlH9Tz2KZg5MQ)

Using the Hookdeck CLI, you can forward your events (e.g. webhooks) to your local web server with unlimited **free** and **permanent** event URLs. Your event hi

Repohookdeck/hookdeck-cli
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPclihookdeck

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  5. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381
  6. harness avatarmcp-serverGive AI agents full access to the Harness.io platform — manage pipelines, deployments, cloud costs, chaos engineering, feature flags, SEI, and 125+ resource types through 11 MCP toolsMCP ServersJul 202621k86