Skip to main content
Glama

MedGemma Vertex

by 199-mcp

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 dev

Add this to Claude Desktop servers.json:

{ "id": "medgemma", "name": "MedGemma Vertex", "transport": "http", "url": "http://localhost:4000/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 public

License

Code: Apache-2.0. MedGemma model usage subject to Health AI Developer Foundations license.

-
security - not tested
F
license - not found
-
quality - not tested

MCP server that routes medical questions and images to MedGemma models hosted on Vertex AI, enabling interaction with text-only and multimodal medical AI systems.

  1. Quick start
    1. Publishing
      1. License

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acce
          Last updated -
          1
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          Implementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.
          Last updated -
          20
          172
          50
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          Enables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.
          Last updated -
          4
          27
          3
          JavaScript
          AGPL 3.0
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          An MCP Server that provides access to Google Cloud Life Sciences API, enabling users to run biomedical workloads in the cloud through natural language interactions.
          Last updated -
          Python
          • Linux
          • Apple

        View all related MCP servers

        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