freshtrack for Cursor
io.github.chrisbusbin-pixel/freshtrack
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
client:Cursor
transport:stdio
runtime:npm
Install freshtrack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"freshtrack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs