PlaySudoku for VS Code
io.github.vincentping/playsudoku
Deterministic Sudoku puzzles, progress checks, logical hints, and step-by-step solutions.
client:VS Code
transport:streamable-http
tools:4
Install PlaySudoku in VS Code
.vscode/mcp.json
{
"servers": {
"playsudoku": {
"type": "http",
"url": "https://mcp.playsudoku.us/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs