chess_analysis_tool
Verified Safeby Swaymaw
Overview
Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.
Installation
docker compose up --buildEnvironment 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
octocode-mcp
The Octocode Research server enables AI agents to perform expert code forensics and deep-dive research across local filesystems (LSP, ripgrep, file I/O) and external GitHub repositories (code search, repo structure, pull requests, package search). It's optimized for architectural analysis, pattern discovery, and implementation planning.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.