From railway
Railway MCP server setup expert. Use when configuring local or remote Railway MCP, choosing between stdio and OAuth endpoints, or troubleshooting MCP connection. Triggers on: "railway mcp", "mcp.railway.com", "railway setup agent", "railway mcp install". Use when the user runs /railway:mcp-setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/railway:railway-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Railway offers two MCP endpoints. This plugin bundles both in `.mcp.json`.
Railway offers two MCP endpoints. This plugin bundles both in .mcp.json.
# All-in-one: skills + MCP + auth
railway setup agent # local
railway setup agent --remote # remote
# MCP config only
railway mcp install
railway mcp install --remote
railway mcp install --agent claude-code
{
"command": "railway",
"args": ["mcp"]
}
Pros: Shares CLI auth, broader tool set (deploy, variables, templates, logs)
Cons: Requires global railway CLI on PATH and logged in
check-railway-status, list-projects, create-project-and-linklist-services, link-service, deploy, deploy-templatelist-variables, set-variables, generate-domainget-logs{
"type": "http",
"url": "https://mcp.railway.com"
}
Pros: No local CLI, OAuth scoping, railway-agent for complex debugging
Cons: Narrower direct tools; delegate complex ops to railway-agent
whoami, list-projects, create-project, list-servicesredeploy, accept-deploy (destructive — confirms first)railway-agent — multi-step log analysis, debugging, configuration| Scenario | Choose |
|---|---|
| Working in awfixersites repo daily | Local |
| CI/automation headless | Local + RAILWAY_TOKEN |
| No CLI installed | Remote |
| "Why is my service crashing?" | Remote railway-agent |
| Terraform IaC changes | Skills, not MCP |
| First-time setup | railway setup agent |
railway mcp # starts stdio server (test locally)
railway whoami # confirms auth
In agent session: use /mcp to list connected servers and available tools.
npx claudepluginhub awfixers-stuff/plugins --plugin railwayGenerates brand assets: logos (55+ styles, Gemini AI), CIP mockups, HTML slides (Chart.js), banners (22 styles), SVG icons (15 styles), and social media photos. Routes to sub-skills for design tokens and UI styling.