Skip to main content
Glama
zztdandan

image-generate-mcp-remote

by zztdandan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
IMAGE_OUTPUT_DIRNoDirectory for saving generated imagesstorage/images
IMG_GEN_GPT_IMAGE_2_OFFICIAL_PRESETNoActive preset for gpt_image_2_officialopenai_gpt_image_2
IMG_GEN_GPT_IMAGE_2_OFFICIAL_API_KEYNoAPI Key for gpt_image_2_official tool
IMG_GEN_NANO_BANANA_2_OFFICIAL_PRESETNoActive preset for nano_banana_2_officialgoogle_nano_banana
IMG_GEN_NANO_BANANA_2_OFFICIAL_API_KEYNoAPI Key for nano_banana_2_official tool

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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