Skip to content
Gemini CLI

polymath megablaster mcp for Gemini CLI

io.github.headlessherm-creator/polymath-megablaster-mcp

Local deterministic calc MCP: exact math, dates, unit conversion, stats, subnet math.

client:Gemini CLI transport:stdio runtime:npm

Install polymath megablaster mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "polymath-megablaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "polymath-megablaster-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

polymath megablaster mcp in other clients