mcp for Gemini CLI
io.github.930m310n/mcp
MCP server for the Geomelon geographic API — stdio and remote HTTP transports
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"geomelon-mcp"
],
"env": {
"GEOMELON_API_KEY": "<GEOMELON_API_KEY>",
"PORT": "<PORT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs