Skip to main content
Glama

Railway MCP Server

Official
by railwayapp

deploy

Upload and deploy projects from the current directory using the specified workspace path. Configure environment and service options, and enable CI mode for streamlined build logs.

Instructions

Upload and deploy from the current directory. Supports CI mode, environment, and service options.

Input Schema

NameRequiredDescriptionDefault
ciNoStream build logs only, then exit (equivalent to setting $CI=true)
environmentNoEnvironment to deploy to (defaults to linked environment)
serviceNoService to deploy to (defaults to linked service)
workspacePathYesThe path to the workspace to deploy

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ci": { "description": "Stream build logs only, then exit (equivalent to setting $CI=true)", "type": "boolean" }, "environment": { "description": "Environment to deploy to (defaults to linked environment)", "type": "string" }, "service": { "description": "Service to deploy to (defaults to linked service)", "type": "string" }, "workspacePath": { "description": "The path to the workspace to deploy", "type": "string" } }, "required": [ "workspacePath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/railwayapp/railway-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server