BenchBoss for Cursor
io.github.p4stoboy/benchboss
Play Chess, RPS-N and Safehouse Protocol via MCP. Public replays; GitHub verification required.
client:Cursor
transport:stdio
runtime:npm
Install BenchBoss in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"benchboss": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@benchboss/mcp-client"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs