railway
v1.5.5Deploy, configure, monitor, and troubleshoot apps and infrastructure on Railway from Codex using Railway skills and the hosted MCP server.
By RailwayLicense: MIT327 GitHub starsUpdated 16 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install railway for Codex and Claude Code
codex plugin marketplace add railwayapp/railway-skills
codex plugin marketplace upgrade railway-plugin
codex plugin add railway@railway-pluginPaste and run these commands in a terminal with Codex. They add and refresh the railway-plugin catalog, then install this plugin.
Compatibility: the page URL and API slug “railway-2” remain stable.
- Codex:
railway-2@agent-plugin-marketplace→railway@railway-plugin
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/railwayapp/railway-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/railway/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.railway.com
Plugin manifests2
{
"name": "railway",
"version": "1.5.5",
"description": "Deploy, configure, monitor, and troubleshoot apps and infrastructure on Railway from Codex using Railway skills and the hosted MCP server.",
"author": {
"name": "Railway",
"email": "[email protected]",
"url": "https://railway.com"
},
"homepage": "https://docs.railway.com/agents",
"repository": "https://github.com/railwayapp/railway-skills",
"license": "MIT",
"keywords": [
"railway",
"deployment",
"hosting",
"infrastructure",
"databases",
"mcp",
"agent-skills"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Railway",
"shortDescription": "Deploy, configure, monitor, and troubleshoot Railway apps.",
"longDescription": "Use Railway from Codex through the hosted Railway MCP server and curated Railway skills. Deploy apps, manage services and environments, configure variables and domains, provision databases and object storage, inspect logs and metrics, and troubleshoot failed builds or deployments.",
"developerName": "Railway",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://railway.com",
"privacyPolicyURL": "https://railway.com/legal/privacy",
"termsOfServiceURL": "https://railway.com/legal/terms",
"defaultPrompt": [
"Check the Railway status for this project.",
"Deploy this app to Railway.",
"Debug the latest Railway deployment."
],
"brandColor": "#0B0D0E",
"composerIcon": "./.codex-plugin/assets/railway-logo-light.svg",
"logo": "./.codex-plugin/assets/railway-logo-light.svg",
"screenshots": []
}
}{
"name": "railway",
"version": "1.5.5",
"description": "Railway agent skills and hosted 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.",
"author": {
"name": "Railway",
"email": "[email protected]"
},
"homepage": "https://docs.railway.com/agents",
"repository": "https://github.com/railwayapp/railway-skills",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[railway on Agent Plugins Marketplace](https://pluginsmp.com/plugins/railway-2)