{ "comment": "Windows configuration using WSL with Docker", "comment2": "Ensure Docker Desktop is running and WSL integration is enabled", "comment3": "Run './run-server.sh' in WSL first to set up the environment", "mcpServers": { "zen": { "command": "wsl.exe", "args": [ "docker", "exec", "-i", "zen-mcp-server", "python", "server.py" ] } } }