PlaySudoku for Cursor
io.github.vincentping/playsudoku
Deterministic Sudoku puzzles, progress checks, logical hints, and step-by-step solutions.
client:Cursor
transport:streamable-http
tools:4
Install PlaySudoku in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"playsudoku": {
"url": "https://mcp.playsudoku.us/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs