Stockfish
bysonirico
0Connects AI systems to the Stockfish chess engine via the Model Context Protocol.
概要
Stockfish facilitates communication between AI models and the Stockfish chess engine through the Model Context Protocol (MCP). It manages concurrent sessions, allowing AIs to analyze multiple chess positions simultaneously. Built on mark3labs/mcp-go, it provides a reliable bridge with full UCI support, JSON-based communication, and Docker containerization, simplifying the integration of chess engine analysis into AI applications.
主な機能
- Uses JSON for communication
- Provides full UCI command support
- 0 GitHub stars
- Offers Docker-ready deployment
- Supports concurrent Stockfish sessions
- Includes comprehensive error handling
ユースケース
- Automating chess engine tasks via MCP
- Integrating chess analysis into AI applications
- Analyzing multiple chess positions concurrently