Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoThe Gemini model to use. Defaults to gemini-1.5-flash, but the server automatically falls back to GEMINI_FALLBACK_MODEL if unavailable. Example: gemini-2.5-flash.gemini-1.5-flash
GEMINI_API_KEYNoYour Google Gemini API key. If configured, Gemini is tried as the first image analysis provider.
OPENAI_API_KEYNoYour OpenAI API key. If configured, OpenAI is used as the second cloud provider after Gemini.
OMNI_ALLOWED_ROOTSNoOptional filesystem boundary for code and ZIP tools. Only paths inside these roots are allowed. Separate multiple roots with semicolons on Windows or colons on macOS/Linux.
GEMINI_FALLBACK_MODELNoThe fallback Gemini model to use when the primary model is unavailable. Defaults to gemini-2.5-flash.gemini-2.5-flash

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imagesA

Resolve one or more local/OpenCode image paths, resize them safely, analyze each in strict order with Gemini then OpenAI low-detail then local OCR, and return delimited JSON context.

read_code_contextA

Read a source file or directory without following symlinks, omitting vendor/build folders, binaries, and common secret files, then return a clean tree and contents.

read_zip_contextA

Inspect a .zip archive entirely in memory with path, size, ratio, secret, binary, and junk filtering; return a virtual file tree and text contents without extracting to disk.

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/0xnurrabby/omni-vision-pro'

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