gemini-vision-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vision_from_fileC | Describe a single file (image, audio, video, or text) using Gemini. |
| from_fileC | Alias for vision_from_file — describe a single file using Gemini. |
| vision_from_filesC | Describe multiple files in one Gemini session. |
| from_filesC | Alias for vision_from_files — describe multiple files using Gemini. |
| vision_from_files_mixedA | Describe multiple files of mixed types in one Gemini session. |
| from_files_mixedC | Alias for vision_from_files_mixed — describe mixed-type files using Gemini. |
| vision_from_resourceC | Describe a URL resource using Gemini. |
| from_resourceC | Alias for vision_from_resource — describe a URL using Gemini. |
| vision_from_resourcesC | Describe multiple URL resources in one Gemini session. |
| from_resourcesC | Alias for vision_from_resources — describe multiple URLs using Gemini. |
| vision_from_resources_mixedA | Describe multiple URL resources of mixed types in one Gemini session. |
| from_resources_mixedC | Alias for vision_from_resources_mixed — describe mixed-type URLs using Gemini. |
| new_visionA | Force a fresh Gemini Live session. Call this to reset the connection if it's stale or returns errors. Existing conversation history is lost. |
| gemini_usageA | Get current Gemini API usage statistics. Returns token usage stats including input/output tokens and rate limit status. |
| compactA | Compact conversation history and reconnect. Summarizes older turns, keeps recent ones verbatim, and replays into a fresh Gemini Live session so context carries over. Use instead of new_vision when you want to preserve context. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_info | Return server configuration. |
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/Niruchie/gemini-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server