molecare mcp for Windsurf
io.github.molecare/molecare-mcp
Educational dermatology knowledge and mole tracking. No credentials needed. Not a medical device.
client:Windsurf
transport:stdio
runtime:npm
Install molecare mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs