HealthGeminiMcp.Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"healthgeminimcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Servidor MCP en .NET 8 para consultas de salud con Gemini, skill medico en SKILL.md, tools de farmacos/enfermedades y reporte de tokens.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / ai-ml
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Security Weekly
Get CVE alerts and security updates for HealthGeminiMcp.Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Servidor MCP en .NET 8 para consultas de salud con Gemini, skill medico en SKILL.md, tools de farmacos/enfermedades y reporte de tokens.
GEMINI_API_KEYGEMINI_MODEL (default: gemini-2.0-flash)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
buscar_farmaco(nombre)buscar_enfermedad(nombre)consultar_agente_medico(consulta, farmaco?, enfermedad?)El workspace ya incluye la configuracion en .vscode/mcp.json.
MCP: List Servers.healthGeminiMcp.GEMINI_API_KEY y GEMINI_MODEL.Si cambias herramientas o config, usa MCP: Reset Cached Tools y reinicia el servidor.
El tool consultar_agente_medico devuelve:
promptcompletiontotalsourcesource indica si los tokens vienen de usageMetadata real de Gemini o de estimacion de fallback.
Microsoft.Agents.AI.AgentFileSkillsSourceMicrosoft.Agents.AI.AgentSkillFrontmatterEl servidor carga el SKILL.md desde HealthGeminiMcp.Server/Skills.
Este repo incluye:
.replitreplit.nixDockerfileCon eso, el proyecto queda empaquetado para ejecutar el servidor MCP por stdio en Replit.