Skip to main content
Glama

project_environments

Retrieve and list all environments within a specified project on the Railway MCP server. Use the project ID to query and organize deployment environments efficiently.

Instructions

List all environments in a project

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId" ], "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/jason-tan-swe/railway-mcp'

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