Loc8ID for Gemini CLI
com.loc8id/mcp
Turn a GPS coordinate into a shareable short link and QR code, as your own signed-in account.
client:Gemini CLI
transport:streamable-http
Install Loc8ID in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.loc8id.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