
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.
@railhook/mcp
Advanced tools
Railhook's MCP server for stdio clients — a bridge to the remote server at /mcp
Railhook's MCP server for clients that start local processes, such as Claude Desktop.
Railhook serves its MCP server remotely, at https://railhook.io/mcp (or <your origin>/mcp when
self-hosted). A client that supports remote servers — Claude Code, Cursor — should connect to that
URL directly. This package is a thin stdio bridge to the same server for the clients that cannot:
it passes tools/list and tools/call through and holds no tools of its own, so it never needs
updating when the tools change.
Full guide: https://railhook.io/docs/tools/mcp/
{
"mcpServers": {
"railhook": {
"command": "npx",
"args": ["-y", "@railhook/mcp"],
"env": {
"RAILHOOK_API_KEY": "your-project-api-key"
}
}
}
}
Requires Node.js 18 or later.
| Variable | Required | Meaning |
|---|---|---|
RAILHOOK_API_KEY | yes | A project API key. Start with a READ_ONLY key: the read tools work and every write is refused. |
RAILHOOK_BASE_URL | no | Default https://railhook.io. Your own origin when self-hosted; the bridge connects to <RAILHOOK_BASE_URL>/mcp. |
The key is sent to the remote server as Authorization: Bearer <key> and is never logged. A key the
server rejects, or a server that is not there, comes back as a tool error that says which of the two
to fix.
send_event, list_endpoints, create_endpoint, list_subscriptions, create_subscription,
list_deliveries, get_delivery, replay_delivery — served by the Railhook API and described in
the guide above. Each acts on the project the API key belongs to.
npm ci
npm test
npm run build
MIT
FAQs
Railhook's MCP server for stdio clients — a bridge to the remote server at /mcp
The npm package @railhook/mcp receives a total of 2,390 weekly downloads. As such, @railhook/mcp popularity was classified as popular.
We found that @railhook/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.