EFLOWCODE Image MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EFLOWCODE_MODEL | No | Responses model used for image generation | gpt-5.5 |
| EFLOWCODE_API_KEY | Yes | API key used as Bearer token | |
| EFLOWCODE_BASE_URL | No | Base URL without trailing endpoint path | https://e-flowcode.cc/v1 |
| EFLOWCODE_SAVE_DIR | No | Default output directory | ~/Pictures/eflowcode-image-out |
| EFLOWCODE_PROMPT_PREFIX | No | Prefix added to all prompts | 不改写: |
| EFLOWCODE_SAVE_DIR_ROOT | No | Sandbox root for output paths | same as save dir |
| EFLOWCODE_USE_SHELL_PROXY | No | Set to 1 to let httpx use shell proxy env vars | 0 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_generateC | 文本生成图像。使用 gpt-5.5 /v1/responses + image_generation。 |
| image_editC | 单图参考/编辑。把本地图片作为 Responses image input 传入 image_generation。 |
| image_batch_editB | 批量单图编辑。对每张图片独立调用 image_edit。 |
| image_multi_referenceC | 多图参考生成一张新图。把多张本地图片作为 Responses image input。 |
| server_infoA | 返回 Codex 生图 MCP 的当前配置和能力。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a distinct purpose: batch editing, single editing, text-to-image generation, multi-reference generation, and server info. No overlap or ambiguity.
Most tools follow 'image_' prefix with verb_noun pattern, but 'server_info' breaks the prefix pattern. Minor inconsistency.
5 tools is well-scoped for an image generation MCP, covering essential operations without being excessive.
Covers generation, editing, batch, and multi-reference. May lack advanced features like deletion or configuration but core workflows are present.