Skip to main content
Glama

MCP Server Template for Cursor IDE

by jankowtf

apply_prompt_docker

Generate Docker container configurations for specific objectives using customizable prompt templates. Simplify containerization setup with optional instructions and version control.

Instructions

Provides a prompt template for Docker container configurations and orchestration

Input Schema

NameRequiredDescriptionDefault
containerization_objectiveYesDescription of the containerization objective
specific_instructionsNoOptional specific instructions about containerization requirements
versionNoThe version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')

Input Schema (JSON Schema)

{ "properties": { "containerization_objective": { "description": "Description of the containerization objective", "type": "string" }, "specific_instructions": { "description": "Optional specific instructions about containerization requirements", "type": "string" }, "version": { "description": "The version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')", "type": "string" } }, "required": [ "containerization_objective" ], "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/jankowtf/mcp-hitchcode'

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