open_spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
open_spiel MCP Server
MCP server for google-deepmind/open_spiel
Ready-to-Use Client Configurations
{
"mcpServers": {
"open_spiel": {
"command": "npx",
"args": [
"-y",
"@google-deepmind/open_spiel"
]
}
}
}