Expose any Gymnasium environment as an MCP server, automatically converting the Gym API into MCP tools that any agent can call via standard JSON interfaces.
{
"mcpServers": {
"gym": {
"command": "uvx",
"args": [
"gym-mcp-server"
]
}
}
}