Skip to content

dockerfile generator ai mcp for Cursor

io.github.csoai-org/dockerfile-generator-ai-mcp

Dockerfile Generator Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install dockerfile generator ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dockerfile-generator-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dockerfile-generator-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dockerfile generator ai mcp in other clients