Skip to content
Cursor

supstack for Cursor

io.github.drbaher/supstack

Evidence-based supplement research, dosing, safety, and interactions as agent-callable tools.

client:Cursor transport:stdio runtime:npm

Install supstack in Cursor

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

{
  "mcpServers": {
    "supstack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@supstack/cli"
      ]
    }
  }
}

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

supstack in other clients