Agent Plugins Marketplace
All plugins

railway

v1.5.5

Deploy, configure, monitor, and troubleshoot apps and infrastructure on Railway from Codex using Railway skills and the hosted MCP server.

CodexClaude Code1 MCP serverStreamable HTTP

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

Installs for the current user
codex plugin marketplace add railwayapp/railway-skills
codex plugin marketplace upgrade railway-plugin
codex plugin add railway@railway-plugin

Paste 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-marketplacerailway@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-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/railway/.

Plugin files

plugins/railway/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

railwayStreamable HTTP
url
https://mcp.railway.com

Plugin manifests2

plugins/railway/.codex-plugin/plugin.json
{
  "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": []
  }
}
plugins/railway/.claude-plugin/plugin.json
{
  "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"
}

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)