Skip to main content
Glama

ChatGPT MCP Server

container_create

Create and start a Docker container by specifying the image, name, environment variables, and port mappings using the ChatGPT MCP Server.

Instructions

Create and start a new Docker container

Input Schema

NameRequiredDescriptionDefault
envNoEnvironment variables (e.g. ["KEY=value"])
imageYesDocker image name
nameNoContainer name
portsNoPort mappings (e.g. ["80:80"])

Input Schema (JSON Schema)

{ "properties": { "env": { "description": "Environment variables (e.g. [\"KEY=value\"])", "items": { "type": "string" }, "type": "array" }, "image": { "description": "Docker image name", "type": "string" }, "name": { "description": "Container name", "type": "string" }, "ports": { "description": "Port mappings (e.g. [\"80:80\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "image" ], "type": "object" }
Install Server

Other Tools from ChatGPT 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/Toowiredd/chatgpt-mcp-server'

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