Nahook Mcp

by getnahook

326 downloads
Not rated
GitHub

About

The official Model Context Protocol server for Nahook — trigger webhooks, inspect

Details

Author
getnahook
Downloads
326
Categories
Other, Developer Tools, API

- Trigger an event and fan it out to every subscribed endpoint
- Send a webhook directly to one endpoint
- Inspect endpoints, deliveries, and per-attempt logs
- Retry failed or dead-lettered deliveries
- Manage endpoints (create, update, pause, resume — never delete)
- Write tools include destructiveHint/readOnlyHint for safety

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nahook Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the nahook CLI via Homebrew (brew install getnahook/tap/nahook) or a curl script, run nahook login to authenticate, then configure your MCP client with {"mcpServers":{"nahook":{"command":"nahook","args":["mcp","serve"]}}}.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nahook mcp": {
            "nahook": {
                "command": "nahook",
                "args": [
                    "mcp",
                    "serve"
                ]
            }
        }
    }
}

McpServers

{
    "nahook": {
        "command": "nahook",
        "args": [
            "mcp",
            "serve"
        ]
    }
}

Nahook MCP

The official Model Context Protocol server for Nahook — drive webhook deliveries, endpoints, and event triggers from Claude Desktop, Cursor, Cline, Zed, and any other MCP-compatible AI assistant.

What it does

- Trigger an event and fan it out to every subscribed endpoint - Send a webhook directly to one endpoint - Inspect endpoints, deliveries, and per-attempt logs to debug failures - Retry failed or dead-lettered deliveries - Manage endpoints (create, update, pause, resume — never delete, by design) Write tools carry MCP destructiveHint/readOnlyHint annotations, so your client prompts for approval before anything changes state.

Install

The server ships as a subcommand of the nahook CLI: \\\sh brew install getnahook/tap/nahook # or: curl -fsSL https://cli.nahook.com/install.sh | sh nahook login \\\

Configure your client

\\\json { "mcpServers": { "nahook": { "command": "nahook", "args": ["mcp", "serve"] } } } \\\ Docs: https://docs.nahook.com/mcp (It supports markdown, so headings/code fences render nicely.) Paste that, and you're done with mcp.so.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.