# GoogleContainerTools/jib | Model Context Protocol (MCP) Server > 🏗 Build container images for your Java applications. - **Stars**: ⭐ 14,392 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "jib": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jib" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "jib": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jib" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-jib` - **Docker**: `docker run -i --rm mcp/jib`