Skip to content
VS Code

BenchBoss for VS Code

io.github.p4stoboy/benchboss

Play Chess, RPS-N and Safehouse Protocol via MCP. Public replays; GitHub verification required.

client:VS Code transport:stdio runtime:npm

Install BenchBoss in VS Code

.vscode/mcp.json

{
  "servers": {
    "benchboss": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@benchboss/mcp-client"
      ]
    }
  }
}

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

BenchBoss in other clients