MedGemma Vertex
Supports publishing the MCP server as an npm package for distribution and installation
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MedGemma Vertexinterpret this chest X-ray for signs of pneumonia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Medical Imaging
MCP server that routes medical questions and images to MedGemma models hosted on Vertex AI.
answer_med_text → MedGemma-27B (text-only)
answer_med_image → MedGemma-4B-IT (multimodal)
Quick start
# 1. Install deps
npm install
# 2. Configure env vars (see .env.example)
export VERTEX_PROJECT=your-gcp-project-id
export ENDPOINT_27B=1234567890123456789
export ENDPOINT_4B=9876543210987654321
# 3. Run in dev mode (stdio+HTTP on :4000)
npm run devAdd this to Claude Desktop servers.json:
{
"id": "medgemma",
"name": "MedGemma Vertex",
"transport": "http",
"url": "http://localhost:4000/mcp"
}Related MCP server: Open Google Image Generator MCP
Publishing
The package is automatically compiled on npm publish (see prepublishOnly).
npm login # once, with your npm credentials
npm version patch # bump version
npm publish --access publicLicense
Code: Apache-2.0. MedGemma model usage subject to Health AI Developer Foundations license.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceRAG-enabled MCP server that uses Google Gemini for embeddings and Supabase for vector storage, enabling semantic search and document similarity matching through natural language queries.Last updated
- Alicense-qualityAmaintenanceMCP server that exposes Google Cloud Vertex AI Imagen and Gemini models for image generation, editing, analysis, and transformation via MCP-compatible clients.Last updated2MIT
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.Last updated41MIT

nano-banana-mcpofficial
AlicenseAqualityDmaintenanceMCP server that generates images using Gemini 3 Pro Image on Vertex AI, with support for reference images, task management, and GCS integration.Last updated21,1019The Unlicense
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for Google Veo AI video generation
MCP server for AI dialogue using various LLM models via AceDataCloud
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/199-mcp/mcp-medical-imaging'
If you have feedback or need assistance with the MCP directory API, please join our Discord server