Railway

Railway

Official
railwayapp

Provides command-line access to Railway's cloud platform for deploying applications and managing infrastructure through conversational workflows.

154977 views31Local (stdio)

What it does

  • Deploy applications from local directory to Railway
  • Create and manage Railway projects and environments
  • Generate domains for deployed applications
  • Deploy pre-built templates for databases and services
  • Monitor deployment logs and build status
  • Link and configure Railway services

Best for

Web developers deploying full-stack applicationsTeams managing multiple Railway environmentsDevelopers wanting conversational deployment workflows
Requires Railway CLI setupNo destructive operations by design10+ deployment and management tools

Tools (14)

check-railway-status

Check whether the Railway CLI is installed and if the user is logged in. This tool helps agents verify the Railway CLI setup before attempting to use other Railway tools.

create-environment

Create a new Railway environment for the currently linked project. Optionally duplicate an existing environment and set service variables.

create-project-and-link

Create a new Railway project and link it to the current directory

deploy-template

Search and deploy Railway templates. This tool will search for templates using fuzzy search and automatically deploy the selected template to the current Railway project and environment.

deploy

Upload and deploy from the current directory. Supports CI mode, environment, and service options.

Alternatives