PuzzleTide for Zed
io.github.catorch/puzzletide
Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.
client:Zed
transport:stdio
runtime:npm
Install PuzzleTide in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs