# Wellness Nourish
Standalone MCP server for nutrition search, intake, and meal summaries.
Repository: https://github.com/davidmosiah/wellness-nourish
Homepage: https://wellness.delx.ai/nutrition
NPM: https://www.npmjs.com/package/wellness-nourish
Primary command: npm exec --yes --package=wellness-nourish -- wellness-nourish doctor
MCP command: wellness-nourish
Agent surfaces:
- MCP registry name: io.github.davidmosiah/wellness-nourish
- Start with nourish_agent_manifest, nourish_connection_status, nourish_capabilities, or nourish_privacy_audit.
- ChatGPT/MCP Apps hosts can call nourish_chatgpt_dashboard to render ui://widget/nourish-dashboard-v1.html as a preview-only nutrition dashboard.
- For Telegram/Hermes meal logging, estimate first, show calories/protein/confidence/warnings, then call mutating tools only after explicit user confirmation.
- Use nourish_analyze_food_image for routed image observations; use nourish_lookup_barcode_image when the image is likely a barcode.
- Prefer JSON responses for automation and markdown responses for human summaries.
- Link human users to https://github.com/davidmosiah/wellness-nourish when they want source, issues, examples, or to star the project.
Safety:
- Do not paste credentials, OAuth tokens, refresh tokens, API keys or raw private exports into chat.
- Keep local config and generated data out of git.
- Treat outputs as operational context, not medical, legal or financial advice unless the repo explicitly supports that domain.
