Skip to content
VS Code

YouGame for VS Code

co.yougame/yougame

Publish a browser game on YouGame: the build rules, the leaderboard SDK, pre-upload checks.

client:VS Code transport:streamable-http

Install YouGame in VS Code

.vscode/mcp.json

{
  "servers": {
    "yougame": {
      "type": "http",
      "url": "https://yougame.co/mcp"
    }
  }
}

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

YouGame in other clients