mcp_ngrok
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_ngrokStart the HexStrike AI server and give me the ngrok public URL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp_ngrok — HexStrike AI + Ngrok (One Command)
Clone → install deps → run one Python file.
Public URL via Ngrok. Core server files auto-download if missing.
Quick Start
git clone https://github.com/veteranchat/mcp_ngrok.git
cd mcp_ngrok
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
# Token: https://dashboard.ngrok.com/get-started/your-authtoken
python3 launch_hexstrike.pylaunch_hexstrike.py will:
Download
hexstrike_server.py+hexstrike_mcp.py(if not present)Start the API server on port 8888
Open an Ngrok HTTPS tunnel
Update
hexstrike-ai-mcp.jsonwith the public URL
Related MCP server: ChatGPT Workspace Exposure MCP
File importance
File | Important? | Notes |
| YES | Main entry — only file you run |
| YES | Flask API (auto-downloaded ~735KB) |
| YES | MCP bridge (auto-downloaded ~218KB) |
| YES | Python dependencies |
| useful | MCP client config (auto-updated) |
| optional | Manual download helper |
| local only | Created on first run — do not commit |
| no | Logos only |
| no | Runtime logs |
| no | Old Cloudflare method |
Endpoints
Item | Value |
Local |
|
Health |
|
Public | printed by launcher |
Security
Never commit Ngrok tokens
Free Ngrok URLs are public — treat the API as internet-facing
Rotate token if leaked
License
MIT — based on HexStrike AI by 0x4m4
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceExposes a local MCP server via ngrok with SSE and Streamable HTTP transports for use in Kiro Web.-
- FlicenseNot gradedqualityCmaintenanceAutomatically starts a repo-aware MCP server for the current workspace, finds a free port, and optionally exposes it via Cloudflare tunnel for integration with ChatGPT/OpenAI.1-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that integrates multiple security and reconnaissance tools (Nmap, Cariddi, ParamSpider, Metasploit, web scraping) for AI systems, enabling automated network scanning, API discovery, vulnerability testing, and remote access via ngrok.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables remote execution of 150+ offensive-security tools through a streamable-HTTP MCP server, allowing MCP clients like Claude Code to drive the HexStrike toolset over the network.-