Skip to main content
Glama

Code MCP Server

by block

generate_dockerfile

Create a Dockerfile template tailored to your project by specifying the programming language and framework. Simplify containerization setup for Node.js, Python, Java, Go, Rust, and more.

Instructions

Generate a Dockerfile template for a specific language/framework

Input Schema

NameRequiredDescriptionDefault
frameworkNoFramework-specific optimizations (e.g., alpine, express, fastapi)
languageYesProgramming language for the Dockerfile

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Framework-specific optimizations (e.g., alpine, express, fastapi)", "type": "string" }, "language": { "description": "Programming language for the Dockerfile", "enum": [ "node", "nodejs", "javascript", "typescript", "python", "java", "go", "rust" ], "type": "string" } }, "required": [ "language" ], "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/block/vscode-mcp'

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