73
/ 100
3 days ago
glama

GPT-Image MCP Server

Enables generating images from text or transforming existing images using GPT-Image-compatible APIs, with support for OpenAI and Agnes AI backends.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

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: IMAGE_API_KEY
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.
configIMAGE_CONFIG_PATH💡 提示:配置文件路径可通过 环境变量覆盖。
configIMAGE_API_URLexport ="https://apihub.agnes-ai.com/v1/images/generations"
🔐 secretIMAGE_API_KEYexport ="your-agnes-api-key"
configIMAGE_MODELexport ="agnes-image-2.0-flash"
configIMAGE_PROXY如需通过 HTTP 代理访问 API,可设置 环境变量或在配置文件中添加 proxy 字段:
// 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 3 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/ironmancantfix-image-mcp-nsxfrj)](https://m8ven.ai/mcp/ironmancantfix-image-mcp-nsxfrj)
commit: 06e9f0422c757f816fcd4b4b21e1eacca2400ca3
code hash: cbcfb6006cc83f2f0855f28057b42cdbdde188f7d75489a3f501fc411f69dfa7
verified: 7/28/2026, 9:05:27 AM
view raw JSON →