Skip to main content
Glama

service_create_from_image

Generate a new service using a Docker image for custom database deployments, pre-built containers, or specific version requirements on the Railway MCP server.

Instructions

[API] Create a new service from a Docker image

⚡️ Best for: ✓ Custom database deployments ✓ Pre-built container deployments ✓ Specific version requirements

⚠️ Not for: × Standard database deployments (use database_deploy) × GitHub repository deployments (use service_create_from_repo) × Services needing build process

→ Prerequisites: project_list

→ Alternatives: database_deploy, service_create_from_repo

→ Next steps: variable_set, service_update, tcp_proxy_create

→ Related: volume_create, deployment_trigger

Input Schema

NameRequiredDescriptionDefault
imageYesDocker image to use (e.g., 'postgres:13-alpine')
nameNoOptional custom name for the service
projectIdYesID of the project to create the service in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image": { "description": "Docker image to use (e.g., 'postgres:13-alpine')", "type": "string" }, "name": { "description": "Optional custom name for the service", "type": "string" }, "projectId": { "description": "ID of the project to create the service in", "type": "string" } }, "required": [ "projectId", "image" ], "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