Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Health Gemini

FreeNot checked

Provides healthcare query tools using Google Gemini AI, including drug search, disease information lookup, and medical consultation via a .NET 8 server requirin

GitHubEmbed

About

Provides healthcare query tools using Google Gemini AI, including drug search, disease information lookup, and medical consultation via a .NET 8 server requiring a Gemini API key.

README

Servidor MCP en .NET 8 para consultas de salud con Gemini, skill medico en SKILL.md, tools de farmacos/enfermedades y reporte de tokens.

Requisitos

  • .NET 8 SDK
  • Variable de entorno GEMINI_API_KEY
  • Opcional: GEMINI_MODEL (default: gemini-2.0-flash)

Ejecutar local

dotnet restore
DOTNET_ENVIRONMENT=Production dotnet run --project HealthGeminiMcp.Server/HealthGeminiMcp.Server.csproj

En Windows PowerShell:

$env:GEMINI_API_KEY="TU_API_KEY"
dotnet run --project .\HealthGeminiMcp.Server\HealthGeminiMcp.Server.csproj

Tools MCP expuestas

  • buscar_farmaco(nombre)
  • buscar_enfermedad(nombre)
  • consultar_agente_medico(consulta, farmaco?, enfermedad?)

Usar en VS Code (MCP)

El workspace ya incluye la configuracion en .vscode/mcp.json.

  1. Abrir este proyecto en VS Code.
  2. Ejecutar el comando MCP: List Servers.
  3. Iniciar el servidor healthGeminiMcp.
  4. Cuando VS Code lo solicite, ingresar GEMINI_API_KEY y GEMINI_MODEL.

Si cambias herramientas o config, usa MCP: Reset Cached Tools y reinicia el servidor.

Evaluacion de tokens

El tool consultar_agente_medico devuelve:

  • prompt
  • completion
  • total
  • source

source indica si los tokens vienen de usageMetadata real de Gemini o de estimacion de fallback.

Microsoft Agent Framework utilizado

  • Microsoft.Agents.AI.AgentFileSkillsSource
  • Microsoft.Agents.AI.AgentSkillFrontmatter

El servidor carga el SKILL.md desde HealthGeminiMcp.Server/Skills.

Despliegue en Replit

Este repo incluye:

  • .replit
  • replit.nix
  • Dockerfile

Con eso, el proyecto queda empaquetado para ejecutar el servidor MCP por stdio en Replit.

from github.com/diegocasallas/healthgeminimcp.server

Installing Health Gemini

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/diegocasallas/healthgeminimcp.server

FAQ

Is Health Gemini MCP free?

Yes, Health Gemini MCP is free — one-click install via Unyly at no cost.

Does Health Gemini need an API key?

No, Health Gemini runs without API keys or environment variables.

Is Health Gemini hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Health Gemini in Claude Desktop, Claude Code or Cursor?

Open Health Gemini on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Health Gemini with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs