media-gen-pro-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Your AI Studio key. GOOGLE_API_KEY works too. | |
| GOOGLE_API_KEY | No | Alias for GEMINI_API_KEY, since Google's own tools read that one. | |
| OPENAI_API_KEY | No | Your OpenAI key. Reaches GPT Image 2 directly. | |
| AI_GATEWAY_API_KEY | No | Vercel AI Gateway. Reaches everything, and is the only route to Recraft, Seedream, Grok Imagine and Arrow. | |
| IMAGE_GEN_OUTPUT_DIR | No | Where images are written. Defaults to working directory. | . |
| IMAGE_GEN_TIMEOUT_MS | No | How long to wait. Default: 180000. | 180000 |
| IMAGE_GEN_MAX_PER_CALL | No | Ceiling on one request. Default: 4. | 4 |
| IMAGE_GEN_MAX_PER_HOUR | No | Images per rolling hour. 0 removes the cap. Default: 60. | 60 |
| IMAGE_GEN_PREFER_GATEWAY | No | Route through the gateway even when a direct key exists. Default: false. | false |
| IMAGE_GEN_DEFAULT_PROVIDER | No | Which vendor runs when the assistant names none. Default: openai. | openai |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/fledgeling-co/media-gen-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server