This MCP server implementation provides a bridge to Railway.app, enabling AI assistants to interact with Railway's platform services. Developed by Jason Tan, it utilizes TypeScript and integrates with the Model Context Protocol SDK. The server is designed for use cases requiring Railway.app integration, such as managing deployments, monitoring application performance, or automating DevOps workflows within the Railway ecosystem.
No reviews yet. Be the first to review!
Sign in to join the conversation
Set your Railway API token (only needed if not provided in environment variables).
List all projects in your account.
Get detailed information about a specific project.
Create a new project with an optional team ID.
Delete a project.
List all environments in a project.
List all services in a specific project.
Get detailed information about a specific service.
Create a new service from a GitHub repository.
Create a new service from a Docker image.
Delete a service from a project.
Restart a service in a specific environment.
Update service configuration (build command, start command, etc.) | 🚧 Needs Testing.
List recent deployments for a service.
Trigger a new deployment for a service.
Get logs for a specific deployment.
Check the health/status of a deployment.
List variables for a service or environment.
Create or update a variable.
Delete a variable.
Bulk update variables for a service | 🚧 Needs Testing.
Copy variables between environments | 🚧 Needs Testing.
List all available database types that can be deployed.
Deploy a new database service.