my-image-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MY_IMAGE_MCP_TOKEN | No | Token for authenticating MCP requests when listening on non-loopback addresses. | |
| MY_IMAGE_ALLOWED_HOSTS | No | Comma-separated list of allowed hosts when listening on non-loopback addresses. | |
| MY_IMAGE_PUBLIC_BASE_URL | No | Public base URL for image download links when listening on non-loopback addresses. | |
| MY_IMAGE_ALLOWED_INPUT_DIRS | No | Colon-separated (Unix) or semicolon-separated (Windows) list of directories allowed for reading local images. | |
| MY_IMAGE_ALLOW_INSECURE_HTTP | No | Set to 'true' to allow HTTP for upstream base URL (default false, only localhost allowed). | |
| MY_IMAGE_ALLOW_INSECURE_REMOTE_HTTP | No | Set to 'true' to allow HTTP for remote images (default false). | |
| MY_IMAGE_ALLOW_PRIVATE_NETWORK_URLS | No | Set to 'true' to allow private network URLs for image input (default false). |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generate one or more images with the configured OpenAI-compatible Images API. Dimensions are inferred from the prompt when size is omitted. |
| edit_imageA | Edit, combine, or mask one to sixteen input images with the configured OpenAI-compatible Images API. |
| image_config_statusA | Check whether the image API is configured. This tool never returns the API Key. |
| setup_image_apiA | Create a one-time localhost setup page for Base URL and API Key. The secret is submitted locally and never passed as a tool argument. |
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/less55093-collab/my-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server