Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAX_TOKENSNoGeneral maximum tokens for AI responses1500
TEMPERATURENoGeneral temperature setting for AI responses0.7
GEMINI_API_KEYNoYour Google AI Studio API key for using the google provider
IMAGE_PROVIDERNoThe provider to use for image analysis (google or vertex_ai)google
VIDEO_PROVIDERNoThe provider to use for video analysis (google or vertex_ai)google
GCS_BUCKET_NAMENoYour Google Cloud Storage bucket name for Vertex AI
VERTEX_CREDENTIALSNoPath to the service account JSON file for Vertex AI authentication
ANALYZE_IMAGE_MODELNoModel to use for analyze_image function
ANALYZE_VIDEO_MODELNoModel to use for analyze_video function
COMPARE_IMAGES_MODELNoModel to use for compare_images function
TEMPERATURE_FOR_IMAGENoTask-specific temperature for image analysis0.2
TEMPERATURE_FOR_VIDEONoTask-specific temperature for video analysis0.5
TEMPERATURE_FOR_ANALYZE_IMAGENoFunction-specific temperature for analyze_image0.1
TEMPERATURE_FOR_COMPARE_IMAGESNoFunction-specific temperature for compare_images0.3
TOP_K_FOR_DETECT_OBJECTS_IN_IMAGENoVocabulary selection for detect_objects_in_image30
TOP_P_FOR_DETECT_OBJECTS_IN_IMAGENoNucleus sampling for detect_objects_in_image0.95
MAX_TOKENS_FOR_DETECT_OBJECTS_IN_IMAGENoHigh token limit for JSON responses in detect_objects_in_image8192
TEMPERATURE_FOR_DETECT_OBJECTS_IN_IMAGENoFunction-specific temperature for detect_objects_in_image (deterministic responses)0.0

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/honeyvig/ai-vision-mcp'

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