api for Gemini CLI
org.gdacs/api
An MCP server that through www.gdacs.org provides access to web‐based disaster information systems.
client:Gemini CLI
transport:streamable-http
tools:8
Install api in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"api": {
"httpUrl": "https://api.gdacs.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs