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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y @railway/mcp-serverNote: Run `railway login` to authenticate
RAILWAY_TOKENOptionalAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add railwayAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Railway directly without routing
npx -y @railway/mcp-serverNew to Agent-CoreX? View setup guide →