openai-gpt-image-1-mcp
by DevRico003
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for the MCP server | 0.0.0.0 |
| PORT | No | Port for the MCP server | 8050 |
| TRANSPORT | No | Transport protocol (sse or stdio) | sse |
| MODEL_NAME | No | OpenAI model name for image generation | gpt-image-1 |
| STORAGE_MODE | No | Storage mode: 'local' for local filesystem, 'supabase' for Supabase Storage | supabase |
| SUPABASE_KEY | No | Supabase service key (required if STORAGE_MODE=supabase) | |
| SUPABASE_URL | No | Supabase project URL (required if STORAGE_MODE=supabase) | |
| OPENAI_API_KEY | Yes | Your OpenAI API key with access to GPT-image-1 model | |
| SUPABASE_BUCKET | No | Supabase storage bucket name (required if STORAGE_MODE=supabase) | |
| DEFAULT_IMAGE_SIZE | No | Default image size (e.g., '1024x1024' or 'auto') | auto |
| DEFAULT_IMAGE_QUALITY | No | Default image quality ('high', 'standard', or 'auto') | auto |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues