Skip to main content
Glama
Niruchie

gemini-vision-mcp

by Niruchie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
server_infoReturn server configuration.

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/Niruchie/gemini-vision-mcp'

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