HealthGeminiMcp.Server

DiegoCasallas/HealthGeminiMcp.Server
★ 2 stars C# 🤖 AI/LLM Updated 2d ago
HealthGeminiMcp.Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "healthgeminimcp.serv": {
      "command": "npx",
      "args": [
        "-y",
        "DiegoCasallas/HealthGeminiMcp.Server"
      ]
    }
  }
}