New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@railhook/mcp

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railhook/mcp

Railhook's MCP server for stdio clients — a bridge to the remote server at /mcp

Source
npmnpm
Version
2.31.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@railhook/mcp

A stdio bridge to Railhook's MCP server, for clients that only start local processes, such as Claude Desktop.

Clients that support remote servers (Claude Code, Cursor) should connect to https://railhook.io/mcp, or <your origin>/mcp when self-hosted, and skip this package. The bridge passes tools/list and tools/call through and has no tools of its own.

Use

Requires Node.js 18 or later.

{
  "mcpServers": {
    "railhook": {
      "command": "npx",
      "args": ["-y", "@railhook/mcp"],
      "env": {
        "RAILHOOK_API_KEY": "your-project-api-key"
      }
    }
  }
}
VariableRequiredMeaning
RAILHOOK_API_KEYyesA project API key. A READ_ONLY key allows the read tools and refuses every write.
RAILHOOK_BASE_URLnoDefault https://railhook.io. Set it to your origin when self-hosted.

The key is sent as Authorization: Bearer <key> and is never logged.

Tools: send_event, list_endpoints, create_endpoint, list_subscriptions, create_subscription, list_deliveries, get_delivery, replay_delivery. Each acts on the project the key belongs to.

Full guide: https://railhook.io/docs/tools/mcp/

Develop

npm ci
npm test
npm run build

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Sep 2026

Related posts