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
{
"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