Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

create-template

Create a RunPod template to define container configurations for GPU workloads, including Docker images, environment variables, ports, and storage settings.

Input Schema

NameRequiredDescriptionDefault
containerDiskInGbNoContainer disk size in GB
dockerEntrypointNoDocker entrypoint commands
dockerStartCmdNoDocker start commands
envNoEnvironment variables
imageNameYesDocker image to use
isServerlessNoIs this a serverless template
nameYesName for the template
portsNoPorts to expose
readmeNoREADME content in markdown format
volumeInGbNoVolume size in GB
volumeMountPathNoPath to mount the volume

Input Schema (JSON Schema)

{ "properties": { "containerDiskInGb": { "description": "Container disk size in GB", "type": "number" }, "dockerEntrypoint": { "description": "Docker entrypoint commands", "items": { "type": "string" }, "type": "array" }, "dockerStartCmd": { "description": "Docker start commands", "items": { "type": "string" }, "type": "array" }, "env": { "additionalProperties": { "type": "string" }, "description": "Environment variables", "type": "object" }, "imageName": { "description": "Docker image to use", "type": "string" }, "isServerless": { "description": "Is this a serverless template", "type": "boolean" }, "name": { "description": "Name for the template", "type": "string" }, "ports": { "description": "Ports to expose", "items": { "type": "string" }, "type": "array" }, "readme": { "description": "README content in markdown format", "type": "string" }, "volumeInGb": { "description": "Volume size in GB", "type": "number" }, "volumeMountPath": { "description": "Path to mount the volume", "type": "string" } }, "required": [ "name", "imageName" ], "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/runpod/runpod-mcp'

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