Skip to content
Gemini CLI

EmbedEarth (E2) for Gemini CLI

io.github.paulwxnter/mcp

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

client:Gemini CLI transport:stdio runtime:npm

Install EmbedEarth (E2) in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@embedearth/mcp"
      ],
      "env": {
        "E2_API_KEY": "<E2_API_KEY>",
        "ROUTE_URL": "<ROUTE_URL>"
      }
    }
  }
}

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

EmbedEarth (E2) in other clients