streamable-httpupdated 2mo ago
Pipehero tunnels your localhost to a public URL and captures every webhook, so you can inspect, replay, and debug them â including from your AI agent via MCP.
Was kannst du mit pipehero machen?
Pipehero â MCP server + skill
Pipehero tunnels your localhost to a public URL and captures
every webhook, so you can inspect, replay, and debug them â including from your AI
agent via MCP.
This repo is auto-published from Pipehero's source. It holds the public MCP manifest and the agent skill. Issues/PRs welcome.
- đ Website: https://pipehero.app
- đ Docs: https://pipehero.app/docs
Connect the MCP server
Let an agent (Claude Code, Cursor, Copilot, Windsurf, Zed, âŠ) list your tunnels, read captured webhooks, and replay them to localhost.
Remote â recommended (no install, OAuth)
claude mcp add --transport http pipehero https://mcp.pipehero.app/mcp
Your client opens the browser to sign in and approve â no token to paste.
For CI/headless, pass a token from https://pipehero.app/dashboard/settings:
claude mcp add --transport http pipehero https://mcp.pipehero.app/mcp \
--header "Authorization: Bearer <token>"
Local â via the CLI
curl -fsSL https://pipehero.app/install | sh
pipehero login
claude mcp add pipehero -- pipehero mcp
Any MCP client works â add it to .cursor/mcp.json, claude_desktop_config.json, etc.:
{ "mcpServers": { "pipehero": { "command": "pipehero", "args": ["mcp"] } } }
Tools
| Tool | What it does |
|---|---|
list_tunnels |
Your tunnels and whether each is online. |
list_requests(subdomain) |
Recent captured webhooks for a tunnel. |
get_request(subdomain, id) |
Full request + response (headers + body). |
replay_request(subdomain, id) |
Replay a webhook to your localhost. |
start_tunnel(name, port) |
Expose a local port on a public URL (local MCP only). |
stop_tunnel(name) |
Stop a tunnel started with start_tunnel (local MCP only). |
Because your agent has both the captured webhook and your codebase, it can explain why a handler failed â then fix it and replay to confirm.
Skill
Install the skill so your agent knows when and how to use Pipehero:
pipehero skill install
or copy SKILL.md into ~/.claude/skills/pipehero/SKILL.md.
License
MIT
Installation
pipehero zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add --transport http pipehero https://mcp.pipehero.app/mcpcodex mcp add pipehero --url https://mcp.pipehero.app/mcp{
"mcpServers": {
"pipehero": {
"url": "https://mcp.pipehero.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pipehero": {
"type": "http",
"url": "https://mcp.pipehero.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pipehero": {
"url": "https://mcp.pipehero.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pipehero": {
"serverUrl": "https://mcp.pipehero.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 Tool
pipehero stellt einem verbundenen Agent ein Tool bereit.
- list_tunnels
- Your tunnels and whether each is online.
Score
60 / 100
Gut
- Dokumentation22/25
- Pflege16/25
- Vertrauen6/20
- Funktionsumfang4/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.0Aktuell | 9. Juli 2026 |