Skip to main content
Glama
ngsrv
by ngsrv

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-mcp

Add 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

start_tunnel

port → public HTTPS URL

list_tunnels

Tunnels started in this MCP process

stop_tunnel

Stop by port

provision_agent_token

12h agent token (trial or refresh)

ngsrv_install_help

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/ngsrv

Standalone HTTP server (Cloud Run): npm run start:http or node dist/http.js on /mcp.

Docs

https://ngsrv.com/docs/ai-agents

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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