mcp_ngrok
Click on "Install 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: Local Machine MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables ChatGPT integration with Index Network's discovery protocol through MCP tools. Provides quick setup with ngrok tunneling for public access and includes health check, echo, and search functionality.1654
- Flicense-qualityCmaintenanceTurns your local machine into an MCP server with a GUI, allowing agents to execute file operations, run commands (including admin), manage background processes, and query databases, with optional ngrok exposure.
- Flicense-qualityCmaintenanceExposes a local MCP server via ngrok with SSE and Streamable HTTP transports for use in Kiro Web.
- Flicense-qualityBmaintenanceAutomatically 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
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/veteranchat/mcp_ngrok'
If you have feedback or need assistance with the MCP directory API, please join our Discord server