sudoku-mcp-server
A Cloudflare Worker-based MCP server for playing Sudoku, exposing five tools (start_game, get_game, play_move, check_game, reset_game) that let users start uniquely solvable puzzles, make moves, validate entries against a hidden solution, and reset games via a SQLite-backed Durable Object per game.
- Score
- 22.5571 signal
- Evidence
- 1 star
- Last commit
- as last read from GitHub; most reads are from 2 Sep 2026 or later
- Listed
Install
No one-command install. Set it up from its source.
Alternatives · MCPs
- jiayao-chess24 stars · 9 forks80.476
- chess-support-mcp3 stars · 2 forks47.273
- boxoban-mcp3 forks42.840
What it is
A Cloudflare Worker-based MCP server for playing Sudoku, exposing five tools (start_game, get_game, play_move, check_game, reset_game) that let users start uniquely solvable puzzles, make moves, validate entries against a hidden solution, and reset games via a SQLite-backed Durable Object per game.
When to use it
A Cloudflare Worker-based MCP server for playing Sudoku, exposing five tools (start_game, get_game, play_move, check_game, reset_game) that let users start uniquely solvable puzzles, make moves, validate entries against a hidden solution, and reset games via a SQLite-backed Durable Object per game.
How to install / invoke
See Glama for the install config.
Notes
Listed from the Glama MCP registry.