freshtrack for Zed
io.github.chrisbusbin-pixel/freshtrack
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
client:Zed
transport:stdio
runtime:npm
Install freshtrack in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"freshtrack": {
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs