
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
An MCP server for GIMP, the free and open-source raster graphics editor.
Control GIMP image editing through Python-Fu scripting. Open images, apply filters, resize, export, and run batch processing - all from AI agents.
open_image - Open an image file in GIMPsave_image - Save the current imageexport_image - Export to PNG, JPEG, XCF, PSD formatsresize_image - Resize to specific dimensionsget_image_info - Get image dimensions, mode, type, layerslist_layers - List all layers in an imageapply_filter - Apply blur, sharpen, brightness/contrast, grayscalebatch_process - Batch process multiple files with custom Python codenpx gimp-mcp
/Applications/GIMP.app or in PATHgimp in PATH)GIMP_PATH - Optional custom path to GIMP executable{
"mcpServers": {
"gimp": {
"command": "npx",
"args": ["-y", "gimp-mcp"]
}
}
}
"Open the photo at /Users/me/pictures/landscape.jpg and resize it to 1920x1080" "Apply a blur filter with radius 10 to /Users/me/images/profile.png" "Export all PNGs in /Users/me/images/ to JPEG format" "Apply grayscale to this image and save it"
MIT
FAQs
MCP server for GIMP image editing via Python-Fu scripting.
We found that gimp-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.