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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DevRico003/openai-gpt-image-1-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server