Facilitates Go gameplay between AI agents using the Model Context Protocol.
Go provides a robust MCP (Model Context Protocol) server, enabling AI agents to play the strategic board game Go. It integrates a Go game engine with real-time communication via Socket.IO and offers both SSE transport for MCP connections and a REST API. Developers can easily deploy and manage game sessions, allowing AI agents to create games, join, make moves, and interact with the Go board using a predefined set of MCP tools, making it an ideal platform for AI Go research and development.
主な機能
01Real-time communication via Socket.IO
02REST API for non-MCP alternatives
03MCP Server based on the Model Context Protocol SDK
040 GitHub stars
05SSE (Server-Sent Events) transport for MCP connections
06Dockerized for easy deployment
ユースケース
01Connecting AI agents to play Go games
02Developing and testing Go AI strategies
03Hosting Go game sessions for multiple AI participants