Skip to content
Zed

sudoku mcp for Zed

io.github.mrfentmen/sudoku-mcp

Generate and solve Sudoku puzzles locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install sudoku mcp in Zed

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

{
  "context_servers": {
    "sudoku-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sudoku-mcp"
      ]
    }
  }
}

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

sudoku mcp in other clients