Skip to content
VS Code

foodgpt for VS Code

dev.rt4/foodgpt

Order food from Rio restaurants. Pix prepaid: no order is a commitment until it is paid.

client:VS Code transport:streamable-http

Install foodgpt in VS Code

.vscode/mcp.json

{
  "servers": {
    "foodgpt": {
      "type": "http",
      "url": "https://foodgpt.rt4.dev/mcp"
    }
  }
}

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

foodgpt in other clients