Skip to main content
Glama

Railway MCP Server

Official
by railwayapp

deploy-template

Search and deploy Railway templates using fuzzy search. Automatically deploy selected templates to your project and environment, streamlining setup and configuration.

Instructions

Search and deploy Railway templates. This tool will search for templates using fuzzy search and automatically deploy the selected template to the current Railway project and environment.

Input Schema

NameRequiredDescriptionDefault
searchQueryYesSearch query to filter templates by name, description, or category
teamIdNoThe ID of the team (optional)
templateIndexNoIndex of the template to deploy (required if multiple templates found)
workspacePathYesThe path to the workspace to deploy the template to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "searchQuery": { "description": "Search query to filter templates by name, description, or category", "type": "string" }, "teamId": { "description": "The ID of the team (optional)", "type": "string" }, "templateIndex": { "description": "Index of the template to deploy (required if multiple templates found)", "type": "number" }, "workspacePath": { "description": "The path to the workspace to deploy the template to", "type": "string" } }, "required": [ "workspacePath", "searchQuery" ], "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