Skip to content
VS Code

mit dining for VS Code

io.github.hongnoul/mit-dining

Real-time MIT dining hall menus with dietary filtering across all 6 halls

client:VS Code transport:stdio runtime:npm

Install mit dining in VS Code

.vscode/mcp.json

{
  "servers": {
    "mit-dining": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mit-dining-mcp"
      ]
    }
  }
}

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

mit dining in other clients