loading…
Search for a command to run...
loading…
Dockerfile Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Dockerfile Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for dockerfile generator ai mcp operations
Dockerfile Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_dockerfile |
Generate an optimized Dockerfile for the specified language and framework. |
optimize_layers |
Analyze a Dockerfile and suggest layer optimizations for faster builds and small |
validate_dockerfile |
Validate a Dockerfile for syntax errors, security issues, and best practice viol |
suggest_base_image |
Suggest the best base Docker image for a given language and use case. |
pip install meok-dockerfile-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"dockerfile-generator-ai": {
"command": "python",
"args": ["-m", "meok_dockerfile_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"dockerfile-generator-ai-mcp": {
"command": "npx",
"args": []
}
}
}