Skip to content
Gemini CLI

molecare mcp for Gemini CLI

io.github.molecare/molecare-mcp

Educational dermatology knowledge and mole tracking. No credentials needed. Not a medical device.

client:Gemini CLI transport:stdio runtime:npm

Install molecare mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "molecare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "molecare-mcp"
      ],
      "env": {
        "MOLECARE_API_URL": "<MOLECARE_API_URL>",
        "MOLECARE_API_KEY": "<MOLECARE_API_KEY>",
        "MLFLOW_TRACKING_URI": "<MLFLOW_TRACKING_URI>",
        "AWS_REGION": "<AWS_REGION>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

molecare mcp in other clients