ngsrv-mcp
OfficialClick 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., "@ngsrv-mcpexpose local port 8080"
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.
ngsrv-mcp
MCP server for ngsrv tunnels. Expose a local HTTP port on a public HTTPS URL from Cursor, Claude Desktop, or other MCP clients.
Agent tokens (12h) skip the Free-tier visitor warning page.
Quick start (no signup)
npx -y ngsrv-mcpAdd to Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"ngsrv": {
"command": "npx",
"args": ["-y", "ngsrv-mcp@latest"]
}
}
}First start_tunnel call provisions a free 12-hour device trial automatically.
With an account
curl -fsSL https://get.ngsrv.com | sh
# Dashboard → API Tokens → Create Agent Token
export NGSRV_API_TOKEN=ngsrv_...{
"mcpServers": {
"ngsrv": {
"command": "npx",
"args": ["-y", "ngsrv-mcp@latest"],
"env": {
"NGSRV_API_TOKEN": "ngsrv_your_token"
}
}
}
}Tools
Tool | Description |
|
|
| Tunnels started in this MCP process |
| Stop by port |
| 12h agent token (trial or refresh) |
| Install + MCP config snippets |
Smithery
Install from Smithery.
Capability scans need a live HTTP endpoint (stdio MCPB alone scores 0/40 on tool quality). After deploy:
smithery mcp publish https://ngsrv.com/api/mcp -n ngsrv/ngsrvStandalone HTTP server (Cloud Run): npm run start:http or node dist/http.js on /mcp.
Docs
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/ngsrv/ngsrv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server