The Pantry Butler for VS Code
com.thepantrybutler/pantry
Answers 'what can I cook tonight?' from your own saved recipes and what's really in your kitchen.
client:VS Code
transport:streamable-http
tools:6
Install The Pantry Butler in VS Code
.vscode/mcp.json
{
"servers": {
"pantry": {
"type": "http",
"url": "https://thepantrybutler.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs