Skip to content
Zed

nutrients mcp for Zed

io.github.ericblair1903/nutrients-mcp

Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.

client:Zed transport:stdio runtime:npm

Install nutrients mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nutrients-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nutrients-mcp"
      ],
      "env": {
        "TASTYAPI_KEY": "<TASTYAPI_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nutrients mcp in other clients