Odel
wellness nourish

wellness nourish

Local
@davidmosiah9TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwellness-nourishv0.7.0

Run

npx -y wellness-nourish

MCP client config

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