Skip to content
VS Code

Scraps Kitchen for VS Code

io.github.mitchmolstad/scraps-kitchen

Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.

client:VS Code transport:streamable-http

Install Scraps Kitchen in VS Code

.vscode/mcp.json

{
  "servers": {
    "scraps-kitchen": {
      "type": "http",
      "url": "https://api.scraps.kitchen/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Scraps Kitchen in other clients