Railway
Summary
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.
Available Actions(24)
configure
Set your Railway API token (only needed if not provided in environment variables)
project-list
List all projects in your account
project-info
Get detailed information about a specific project
project-create
Create a new project with optional team ID
project-delete
Delete a project
project-environments
List all environments in a project
service-list
List all services in a specific project
service-info
Get detailed information about a specific service
service-create-from-repo
Create a new service from a GitHub repository
service-create-from-image
Create a new service from a Docker image
service-delete
Delete a service from a project
service-restart
Restart a service in a specific environment
service-update
Update service configuration (build command, start command, etc.) | 🚧 Needs Testing
deployment-list
List recent deployments for a service
deployment-trigger
Trigger a new deployment for a service
deployment-logs
Get logs for a specific deployment
deployment-health-check
Check the health/status of a deployment
variable-list
List variables for a service or environment
variable-set
Create or update a variable
variable-delete
Delete a variable
variable-bulk-set
Bulk update variables for a service | 🚧 Needs Testing
variable-copy
Copy variables between environments | 🚧 Needs Testing
database-list-types
List all available database types that can be deployed
database-deploy
Deploy a new database service
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论