# Hookdeck CLI v2

Published 25 March 2026 · Platform

Embedded MCP server, new issue & metrics commands

The CLI now includes a built-in MCP server (`hookdeck gateway mcp`) for operational diagnosis on Event Gateway projects.

```json
{
  "mcpServers": {
    "hookdeck": {
      "command": "hookdeck",
      "args": ["gateway", "mcp"]
    }
  }
}

```

There are also new `hookdeck gateway issue` and `hookdeck gateway metrics` command groups for Issues and metrics from the terminal.