Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EFLOWCODE_MODELNoResponses model used for image generationgpt-5.5
EFLOWCODE_API_KEYYesAPI key used as Bearer token
EFLOWCODE_BASE_URLNoBase URL without trailing endpoint pathhttps://e-flowcode.cc/v1
EFLOWCODE_SAVE_DIRNoDefault output directory~/Pictures/eflowcode-image-out
EFLOWCODE_PROMPT_PREFIXNoPrefix added to all prompts不改写:
EFLOWCODE_SAVE_DIR_ROOTNoSandbox root for output pathssame as save dir
EFLOWCODE_USE_SHELL_PROXYNoSet to 1 to let httpx use shell proxy env vars0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/WenNinghan/eflowcode-image-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server