
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@servelink/serve
Advanced tools
You already ask your AI to make things. Now ask it to share them. serve gives anything on your machine a public HTTPS link — live from your computer, or hosted so it outlives the session.
You already ask your AI to make things. Now ask it to share them.
serve gives anything on your machine a public HTTPS link. Say "serve me this" to your AI agent and get a URL back — one you can text to a friend, drop into a Slack thread, or put on a slide. It works the same whether you built a Next.js app or asked for a sales deck.
Every link lives in one of two places, and you move between them with a sentence:
serve is a hosted service: create an account, log in once, and your links live
at *.servelink.cc. Details at servelink.cc.
npm i -g @servelink/serve
# or, without a global install:
npx @servelink/serve
serve login # authorize this device (prints a dashboard URL + code)
serve # run the MCP server for AI coding agents
serve mcp # explicit MCP form
The primary interface is MCP. With serve registered in your AI coding
agent, the agent can publish a file, a directory, or an already-running dev
server and hand back a public HTTPS URL. In any client that reads mcpServers:
{ "mcpServers": { "serve": { "command": "npx", "args": ["-y", "@servelink/serve"] } } }
A thin launcher for the native serve binary. The binary ships in a
per-platform package (@servelink/serve-darwin-arm64, -darwin-x64,
-linux-arm64, -linux-x64, -win32-x64) installed as an
optionalDependency, so npm picks the one matching your OS and architecture.
There is no postinstall and nothing is downloaded at install time, so npm never
runs or prompts about lifecycle scripts, and the binary that runs is exactly the
CI-published release artifact — no Go code is compiled or fetched here.
If npm has no package for your platform, install from the Homebrew tap or take a release archive from serve-dist.
FAQs
You already ask your AI to make things. Now ask it to share them. serve gives anything on your machine a public HTTPS link — live from your computer, or hosted so it outlives the session.
The npm package @servelink/serve receives a total of 0 weekly downloads. As such, @servelink/serve popularity was classified as not popular.
We found that @servelink/serve demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.