Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAILWAY_TOKEN | Yes | Your Railway API token (required for authentication with Railway API) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_projects | Get all Railway projects and their services |
| get_project | Get details of a specific Railway project |
| get_service | Get details of a specific Railway service including deployments and variables |
| get_deployment_logs | Get logs for a specific deployment |
| redeploy_service | Trigger a new deployment for a service |
| cancel_deployment | Cancel a running deployment |
| restart_deployment | Restart a deployment |
| update_service_variable | Update or create an environment variable for a service |
| delete_service_variable | Delete an environment variable from a service |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |