74
grade C
3 days ago
mcp_so

image-gen MCP Server

A MCP server that provides text-to-image generation capabilities using Stable Diffusion WebUI API (ForgeUI/AUTOMATIC-1111)

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: SD_AUTH_PASS
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configREQUEST_TIMEOUT
🔐 secretSD_AUTH_PASS"": "your-password", // Optional: if authentication is enabled
configSD_AUTH_USER"": "your-username", // Optional: if authentication is enabled
configSD_OUTPUT_DIR"": "/path/to/output/directory",
configSD_RESIZE_MODE"": "0", // Optional: upscaling mode (0=multiplier, 1=dimensions)
configSD_UPSCALER_1"": "R-ESRGAN 4x+", // Optional: default primary upscaler
configSD_UPSCALER_2"": "None" // Optional: default secondary upscaler
configSD_UPSCALE_HEIGHT"": "512", // Optional: default upscale height
configSD_UPSCALE_MULTIPLIER"": "4", // Optional: default upscale multiplier
configSD_UPSCALE_WIDTH"": "512", // Optional: default upscale width
configSD_WEBUI_URL"": "http://your-sd-webui-url:7860",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ichigo3766-image-gen-mcp-1lmul9)](https://m8ven.ai/mcp/ichigo3766-image-gen-mcp-1lmul9)
commit: 0829260ebc6efca98e6ce2297d0f46fad35dc11e
code hash: a21dec3c1b947deda052c6e6f7fa5bae057a5eeb99bbb35f24fe2d31571ac1d5
verified: 4/18/2026, 7:17:34 PM
view raw JSON →