pipehero-mcp
Pipehero
Documentation
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/mcpYour 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 "Local — via the CLI
curl -fsSL https://pipehero.app/install | sh
pipehero login
claude mcp add pipehero -- pipehero mcpAny 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 installor copy `SKILL.md` into `~/.claude/skills/pipehero/SKILL.md`.
License
MIT
Frequently asked questions
What is pipehero-mcp?
pipehero-mcp is Pipehero
How do I install pipehero-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is pipehero-mcp open source?
Yes — it is hosted on GitHub at https://github.com/pipehero/pipehero-mcp.
Related MCP tools
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Official Microsoft Learn MCP Server and CLI tool – powering LLMs and AI agents with real-time, trusted Microsoft docs & code samples.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
提取抖音无水印视频链接,视频文案,douyin-mcp-server,mcp,claude skill,支持龙虾
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP