railway
NewRailway agent skills and MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway from Claude Code. Manage services, environments, deployments, databases, object storage, networking, and observability.
Summary
This skill provides Railway agent capabilities and an MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway directly from Claude Code.
- It enables developers to manage services, environments, deployments, databases, object storage, networking, and observability without leaving the terminal.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "railway": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/railway deploy my-app --repo https://github.com/user/my-app --env production
Show me the latest deployment logs for service api-gateway in project my-project
Create a new PostgreSQL database named analytics-db and link it to the backend service
Security Audits
Frequently Asked Questions
What is railway?
This skill provides Railway agent capabilities and an MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway directly from Claude Code. It enables developers to manage services, environments, deployments, databases, object storage, networking, and observability without leaving the terminal.
How to install railway?
To install railway: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "railway": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is railway best for?
railway is a mcp categorized under General. It is designed for: deployment, mcp, agent. Created by Railway.
What can I use railway for?
railway is useful for: Deploy a new service to Railway from a GitHub repository and configure environment variables.; Monitor deployment status and view logs for a specific service in real time.; Scale a service by adjusting the number of replicas or resource limits.; Provision a PostgreSQL database and link it to an existing Railway service.; Set up a custom domain and TLS certificate for a Railway project.; Roll back a deployment to a previous version after a failed release..