Skip to main content
Glama

Railway MCP Server

Official
by railwayapp

create-project-and-link

Create and link a new Railway project to your current directory by specifying the project name and workspace path, enabling direct integration for streamlined development workflows.

Instructions

Create a new Railway project and link it to the current directory

Input Schema

NameRequiredDescriptionDefault
projectNameYes
workspacePathYesThe path to the workspace to create the project in

Input Schema (JSON Schema)

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