Newton for Gemini CLI
io.github.pipeworx-io/newton
Newton MCP — wraps the Newton math solver API (free, no auth)
client:Gemini CLI
transport:streamable-http
Install Newton in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"newton": {
"httpUrl": "https://gateway.pipeworx.io/newton/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs