Skip to main content
Glama

Railway MCP Server

Official
by railwayapp

link-environment

Link a workspace to a specific Railway environment or list available environments for selection. Simplifies environment management for Railway projects through CLI interaction.

Instructions

Link to a specific Railway environment. If no environment is specified, it will list available environments for selection.

Input Schema

NameRequiredDescriptionDefault
environmentNameYesThe environment name to link to
workspacePathYesThe path to the workspace to link the environment to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "environmentName": { "description": "The environment name to link to", "type": "string" }, "workspacePath": { "description": "The path to the workspace to link the environment to", "type": "string" } }, "required": [ "workspacePath", "environmentName" ], "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