MCP Directory

pipepie/pipepie

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pipepie

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from pipepie/pipepie your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route pipepie/pipepie intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pipepie

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pipepie/pipepie directly without routing

npx -y pipepie

New to Agent-CoreX? View setup guide →

pipepie/pipepie MCP Server — Agent-CoreX