image-generate-mcp-remote
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| IMAGE_OUTPUT_DIR | No | Directory for saving generated images | storage/images |
| IMG_GEN_GPT_IMAGE_2_OFFICIAL_PRESET | No | Active preset for gpt_image_2_official | openai_gpt_image_2 |
| IMG_GEN_GPT_IMAGE_2_OFFICIAL_API_KEY | No | API Key for gpt_image_2_official tool | |
| IMG_GEN_NANO_BANANA_2_OFFICIAL_PRESET | No | Active preset for nano_banana_2_official | google_nano_banana |
| IMG_GEN_NANO_BANANA_2_OFFICIAL_API_KEY | No | API Key for nano_banana_2_official tool |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_image_tools_catalog_toolC | List image tool defaults and effective config |
| list_image_presets_toolB | List registered presets with bound tool, base URL, and default model |
| gpt_image_2_officialB | Generate or edit images via the OpenAI Images compatible gateway. The active startup preset owns provider, model, timeout, retry, and field dispatch behavior. You may override preset and api_key per call; if preset is supplied, api_key is required in the same request. Without overrides, the configured preset and API key are used. Select image_size plus aspect_ratio from the catalog enums to derive the provider size preset. Call list_image_tools_catalog first when you need the current supported size presets. |
| nano_banana_2_officialA | Generate or edit images via the Gemini compatible gateway. The active startup preset owns provider, model, timeout, retry, and field dispatch behavior. You may override preset and api_key per call; if preset is supplied, api_key is required in the same request. Without overrides, the configured preset and API key are used. Use image_size plus aspect_ratio from the shared catalog enums. Invalid size errors include the supported preset list. |
| gpt_image_2_temporaryC | Temporary OpenAI Images-compatible exploration tool. Allows per-call api_key, base_url, model, and timeout, but sends only conservative fields by default. |
| nano_banana_2_temporaryB | Temporary Gemini generateContent-compatible exploration tool. Allows per-call api_key, base_url, model, and timeout for unknown providers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zztdandan/image-generate-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server