Railway
Railway is a deployment platform that makes it easy to deploy and host applications with built-in databases and monitoring.
Prerequisites
- A Railway account
- An account token from Railway tokens page
Connect
conjra add railwayMCP Tools
create_railway_project
Create a new Railway project.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name for new Railway project |
teamId | string | No | Railway team ID |
deploy_to_railway
Trigger a deployment for a Railway service.
| Parameter | Type | Required | Description |
|---|---|---|---|
serviceId | string | Yes | Railway service ID |
environmentId | string | Yes | Railway environment ID |
Example: "use conjra to deploy to railway"
set_railway_env_vars
Set environment variables for a Railway service.
| Parameter | Type | Required | Description |
|---|---|---|---|
serviceId | string | Yes | Railway service ID |
environmentId | string | Yes | Railway environment ID |
envVars | array | Yes | Array of { name, value } objects |
get_railway_deployment_status
Get the status of a Railway deployment.
| Parameter | Type | Required | Description |
|---|---|---|---|
deploymentId | string | Yes | Railway deployment ID |