browser game for VS Code
io.github.opengameapp/browser-game
Local tools for planning and validating focused browser-game prototypes.
client:VS Code
transport:stdio
runtime:npm
Install browser game in VS Code
.vscode/mcp.json
{
"servers": {
"browser-game": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opengame-browser-game-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs