freshtrack for Grok
io.github.chrisbusbin-pixel/freshtrack
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
client:Grok
transport:stdio
runtime:npm
Install freshtrack in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"freshtrack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freshtrack-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs