chess eval for Gemini CLI
com.x402supply/chess-eval
Stockfish chess eval: best move, score, principal variation, multipv. $0.005/call via x402.
client:Gemini CLI
transport:streamable-http
tools:2
Install chess eval in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chess-eval": {
"httpUrl": "https://chess-eval.x402supply.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs