molecare mcp for Zed
io.github.molecare/molecare-mcp
Educational dermatology knowledge and mole tracking. No credentials needed. Not a medical device.
client:Zed
transport:stdio
runtime:npm
Install molecare mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs