freshtrack for VS Code
io.github.chrisbusbin-pixel/freshtrack
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
client:VS Code
transport:stdio
runtime:npm
Install freshtrack in VS Code
.vscode/mcp.json
{
"servers": {
"freshtrack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs