
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.
Publish websites and Telegram bots to Netrun straight from Cursor, Claude Code, Codex and any other MCP client
Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL.
Connect Netrun to your AI editor and just ask: “publish this bot”. The agent uploads your code folder and sends back the link. MCP is the common way to connect external services to AI editors. With Netrun connected, you tell the agent in chat that you want the project online: it uploads the code folder, asks for a token if the code needs one, waits for the build and gives you the link. Works in Cursor, Claude Code, Codex, Claude Desktop, VS Code and Windsurf.
Publish this bot to Netrun
I fixed the greeting — update the project
Why is the bot silent? Check the logs
Change the bot token and restart
{
"mcpServers": {
"netrun": {
"command": "npx",
"args": ["-y", "netrun-mcp@latest"],
"env": {
"NETRUN_API_KEY": "nru_…"
}
}
}
}
~/.cursor/mcp.json.claude mcp add netrun -s user -e NETRUN_API_KEY=nru_… -- npx -y netrun-mcp@latestcodex mcp add netrun --env NETRUN_API_KEY=nru_… -- npx -y netrun-mcp@latestNode.js has to be installed — AI editors usually ship with it.
| Tool | What it does |
|---|---|
netrun_publish | Uploads a project folder and puts it online — a new project or a new version of an existing one. Detects the stack (Python, Node, Go, Rust, PHP, static HTML, Docker, docker-compose), asks for missing secrets, waits for the build and returns the URL or the failure reason. |
netrun_status | Is the project running, its URL, what blocks it, which secrets are already set and why the last publish failed. |
netrun_logs | Last lines of the application output — the first place to look when a bot goes silent. |
netrun_set_secrets | Saves tokens and API keys as environment variables (stored encrypted) and re-publishes so the app picks them up. |
netrun_domains | Points your own domain at the site and checks whether the registrar settings have taken effect. Until they have, it shows which records to add. |
netrun_control | Start, stop or restart a project. |
netrun_list_projects | All projects of the account with URLs and state. |
netrun_whoami | The plan, how many projects are available and how much free running time bots have left. |
This package is a thin courier: it zips the folder (honouring .gitignore), sends it to the Netrun API with your key, and asks for status and logs. Building, running, HTTPS and addresses all happen on Netrun.
Environment variables: NETRUN_API_KEY (required), NETRUN_API_URL (default https://api.netrun.io/v1), NETRUN_APP_URL (default https://netrun.io).
io.github.fadeynotchenko/netrunMIT
FAQs
Publish websites and Telegram bots to Netrun straight from Cursor, Claude Code, Codex and any other MCP client
The npm package netrun-mcp receives a total of 0 weekly downloads. As such, netrun-mcp popularity was classified as not popular.
We found that netrun-mcp 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.