Skip to content
Cursor

molecare mcp for Cursor

io.github.molecare/molecare-mcp

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

client:Cursor transport:stdio runtime:npm

Install molecare mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "molecare-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

molecare mcp in other clients