MCP Directory

Railway

GitHub
Deployment

Deploy and manage applications on Railway.app. Get project information, list projects, list services, list deployments, view deployment logs, create and link projects, manage environments, set and list environment variables, generate domains, deploy from templates or GitHub repos, check deployment status, and manage Railway infrastructure.

Capabilities

deploymentproject-managementlogsenvironment-managementvariable-managementservice-management

Example prompts

  • get railway project information
  • list my railway projects
  • show railway project details
  • deploy backend to railway
  • view deployment logs on railway
  • list railway services
  • check railway deployment status
  • set railway environment variables
  • list railway environments
  • create a new railway project

Tags

#railway#deploy#project#service#logs#environment#variables#infrastructure#hosting#cloud

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y @railway/mcp-server

Note: Run `railway login` to authenticate

Environment Variables

RAILWAY_TOKENOptional

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Railway your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "railway": {
      "command": "npx",
      "args": [
        "-y",
        "@railway/mcp-server"
      ]
    }
  }
}

Route Railway intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add railway

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Railway directly without routing

npx -y @railway/mcp-server

New to Agent-CoreX? View setup guide →

Railway MCP Server — Agent-CoreX