Skip to content
Cursor

wellness nourish for Cursor

io.github.davidmosiah/wellness-nourish

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

client:Cursor transport:stdio runtime:npm

Install wellness nourish in Cursor

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

{
  "mcpServers": {
    "wellness-nourish": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wellness-nourish"
      ]
    }
  }
}

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

wellness nourish in other clients