Installation & Configuration
{
"mcpServers": {
"2048_game": {
"name": "2048 game",
"type": "stdio",
"description": "2048 game control mcp",
"isActive": true,
"command": "uv",
"args": [
"--directory",
"/directory/to/your/python_script",
"run",
"mcp_server.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17