Skip to content
Cursor

Mosaic Pre-Clinical Intelligence for Cursor

io.github.sourabhnk/mosaic-mcp

Pre-clinical drug-target intelligence: 60 curated targets, 1,969 counted partner genes, 11 tools

client:Cursor transport:stdio runtime:pypi

Install Mosaic Pre-Clinical Intelligence 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": {
    "mosaic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mosaic-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "MOSAIC_API_KEY": "<MOSAIC_API_KEY>",
        "MOSAIC_TIER": "<MOSAIC_TIER>"
      }
    }
  }
}

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

Mosaic Pre-Clinical Intelligence in other clients