← Back to browse

clinical-trial-design

Indexed by io.github.wei-ai-lab

About

Phase 2/3 clinical trial design via gsDesign / gsDesign2: sample size, GS boundaries, multiplicity

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDESIGNR_RSCRIPT DESIGNR_LAUNCHER
Claude Code
claude mcp add --env DESIGNR_RSCRIPT= --env DESIGNR_LAUNCHER= clinical-trial-design -- npx clinical-trial-design
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clinical-trial-design","command":"npx","args":["clinical-trial-design"],"env":{"DESIGNR_RSCRIPT":"","DESIGNR_LAUNCHER":""}}'
JSON
{
  "mcpServers": {
    "clinical-trial-design": {
      "command": "npx",
      "args": [
        "clinical-trial-design"
      ],
      "env": {
        "DESIGNR_RSCRIPT": "",
        "DESIGNR_LAUNCHER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.