openchargemap mcp server for Gemini CLI
io.github.cyanheads/openchargemap-mcp-server
Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:4
Install openchargemap mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"openchargemap-mcp-server": {
"httpUrl": "https://openchargemap.caseyjhand.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs