Skip to main content
Glama
ex-takashima

Vertex AI Imagen MCP Server

by ex-takashima

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging (any value enables)
GOOGLE_API_KEYNoGoogle Cloud API Key (for testing/development, requires GOOGLE_PROJECT_ID)
GOOGLE_PROJECT_IDNoGoogle Cloud project ID (required when using GOOGLE_API_KEY)
VERTEXAI_IMAGEN_DBNoHistory database path (default: [OUTPUT_DIR]/data/vertexai-imagen.db)
VERTEXAI_IMAGEN_THUMBNAILNoEnable automatic thumbnail generation (true/false, default: false)
GOOGLE_SERVICE_ACCOUNT_KEYNoService account JSON key as a string (for CI/CD)
VERTEXAI_IMAGEN_OUTPUT_DIRNoImage output directory (default: ~/vertexai-imagen-output)
VERTEXAI_IMAGEN_TEMPLATES_DIRNoTemplates directory (default: [OUTPUT_DIR]/templates)
VERTEXAI_RATE_LIMIT_MAX_CALLSNoMaximum API calls per time window (default: 60)
VERTEXAI_RATE_LIMIT_WINDOW_MSNoRate limit window in milliseconds (default: 60000)
GOOGLE_APPLICATION_CREDENTIALSNoPath to service account JSON key file (recommended for production)
VERTEXAI_IMAGEN_EMBED_METADATANoEmbed metadata into images (true/false, default: true)
VERTEXAI_IMAGEN_METADATA_LEVELNoMetadata level: minimal/standard/full (default: standard)
VERTEXAI_IMAGEN_THUMBNAIL_SIZENoThumbnail size in pixels (0-1000, default: 256)
VERTEXAI_IMAGEN_THUMBNAIL_QUALITYNoThumbnail JPEG quality (0-100, default: 80)
VERTEXAI_IMAGEN_MAX_CONCURRENT_JOBSNoMaximum concurrent jobs (1-10, default: 2)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/ex-takashima/vertexai-imagen-mcp-server'

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