chess eval for Zed
com.x402supply/chess-eval
Stockfish chess eval: best move, score, principal variation, multipv. $0.005/call via x402.
client:Zed
transport:streamable-http
tools:2
Install chess eval in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chess-eval": {
"url": "https://chess-eval.x402supply.com/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs