railway-mcp-server
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Railway CLI installation script from railway.com. As a well-known cloud infrastructure service, this external download is part of the official setup process and is considered a safe reference.
- [REMOTE_CODE_EXECUTION]: Provides instructions to install the Railway CLI using bash process substitution (curl piped to bash). This pattern is used for the legitimate purpose of setting up the development environment required for the MCP server.
- [COMMAND_EXECUTION]: Invokes Railway CLI commands to manage project resources, services, and environment variables. It also automates the configuration of MCP clients like Claude Desktop via the
railway mcp installcommand.
Audit Metadata