Back to Home
Swaymaw icon

chess_analysis_tool

Verified Safe

by Swaymaw

Overview

Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.

Installation

Run Command
docker compose up --build

Environment Variables

  • GOOGLE_API_KEY
  • CORS_ORIGINS
  • ENV
  • VITE_API_URL

Security Notes

The application interacts with local chess engine binaries via `popen_uci`. While this is standard for such tools, it requires trust in the local environment and engine binaries. Input validation using Pydantic is implemented for API requests. CORS origins are configurable via environment variables, and the `GOOGLE_API_KEY` is loaded securely from environment variables, preventing hardcoding. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Avg Tokens350
Stars1
Forks0
Last Update2026-01-16

Tags

ChessAIGame AnalysisFastAPIVue.js