Back to MCP Servers

Pipepie

Self-hosted webhook relay and tunnel with Noise NK encryption. 13 MCP tools to inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels, and manage subdomains. No tokens or passwords — the cryptographic handshake is the auth.

developer-toolsai

Installation

npx -y pipepie

Configuration

{
  "mcpServers": {
    "pipepie": {
      "command": "npx",
      "args": ["-y", "pipepie"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub