Health Gemini
FreeNot checkedProvides healthcare query tools using Google Gemini AI, including drug search, disease information lookup, and medical consultation via a .NET 8 server requirin
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.
- Abrir este proyecto en VS Code.
- Ejecutar el comando
MCP: List Servers. - Iniciar el servidor
healthGeminiMcp. - Cuando VS Code lo solicite, ingresar
GEMINI_API_KEYyGEMINI_MODEL.
Si cambias herramientas o config, usa MCP: Reset Cached Tools y reinicia el servidor.
Evaluacion de tokens
El tool consultar_agente_medico devuelve:
promptcompletiontotalsource
source indica si los tokens vienen de usageMetadata real de Gemini o de estimacion de fallback.
Microsoft Agent Framework utilizado
Microsoft.Agents.AI.AgentFileSkillsSourceMicrosoft.Agents.AI.AgentSkillFrontmatter
El servidor carga el SKILL.md desde HealthGeminiMcp.Server/Skills.
Despliegue en Replit
Este repo incluye:
.replitreplit.nixDockerfile
Con eso, el proyecto queda empaquetado para ejecutar el servidor MCP por stdio en Replit.
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.serverFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
