{ "comment": "Windows configuration using WSL (Windows Subsystem for Linux)", "comment2": "Replace YOUR_WSL_USERNAME with your WSL username", "comment3": "Make sure the server is installed in your WSL environment", "mcpServers": { "gemini": { "command": "wsl.exe", "args": ["/home/YOUR_WSL_USERNAME/gemini-mcp-server/run_gemini.sh"], "env": { "GEMINI_API_KEY": "your-gemini-api-key-here" } } } }