omni-vision-pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | The 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_KEY | No | Your Google Gemini API key. If configured, Gemini is tried as the first image analysis provider. | |
| OPENAI_API_KEY | No | Your OpenAI API key. If configured, OpenAI is used as the second cloud provider after Gemini. | |
| OMNI_ALLOWED_ROOTS | No | Optional 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_MODEL | No | The 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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