MakeItRun for Gemini CLI
io.github.makeitrunai/makeitrun-mcp
Publish HTML from Claude or ChatGPT to a live URL with a QR code — no developer needed.
client:Gemini CLI
transport:streamable-http
Install MakeItRun in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"makeitrun-mcp": {
"httpUrl": "https://mcp.makeitrun.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs