Skip to content
Zed

BenchBoss for Zed

io.github.p4stoboy/benchboss

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

client:Zed transport:stdio runtime:npm

Install BenchBoss in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

BenchBoss in other clients