{
"mcpServers": {
"healthgeminimcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
HealthGeminiMcp.Server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
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.