Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDFLARE_API_TOKENYesBearer token for API auth
IMAGE_MCP_OUTPUT_DIRNoWhere generated PNG files are saved./generated-images
CLOUDFLARE_ACCOUNT_IDYesCloudflare account ID
IMAGE_MCP_DEFAULT_I2T_MODELNoDefault image-to-text model@cf/llava-hf/llava-1.5-7b-hf
IMAGE_MCP_DEFAULT_T2I_MODELNoDefault text-to-image model@cf/black-forest-labs/flux-1-schnell

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageB

Generate an image from a text prompt using a Cloudflare Workers AI text-to-image model.

describe_imageB

Generate a text description of an image using a Cloudflare Workers AI image-to-text model.

list_modelsA

List supported Cloudflare Workers AI image models.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: describe_image processes an input image, generate_image creates an image from text, and list_models provides model discovery. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (describe_image, generate_image, list_models), making them predictable and easy to understand.

Tool Count4/5

With only 3 tools, the server is focused but covers core image operations. While slightly thin, it's appropriate for a specialized image AI server and doesn't feel overcrowded.

Completeness4/5

The server provides generate and describe functionality along with model discovery. Minor gaps exist (e.g., no edit or delete endpoints), but the surface is adequate for basic image generation and description tasks.

Maintenance

ActivityStale
ResponsivenessNo issues