Skip to main content
Glama

Railway MCP Server

Official
by railwayapp

list-services

Display all services associated with a linked Railway project by specifying the workspace path. Use this tool to manage and review project services directly from the CLI.

Instructions

List all services for the currently linked Railway project

Input Schema

NameRequiredDescriptionDefault
workspacePathYesThe path to the workspace to list services from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workspacePath": { "description": "The path to the workspace to list services from", "type": "string" } }, "required": [ "workspacePath" ], "type": "object" }

Other Tools from Railway MCP Server

Related Tools

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