asianexpats mcp server for Gemini CLI
io.github.developeron29/asianexpats-mcp-server
An MCP server that provides AI travel recommendations from Asian expats.
client:Gemini CLI
transport:stdio
runtime:npm
Install asianexpats mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"asianexpats-mcp-server": {
"command": "npx",
"args": [
"-y",
"asianexpats-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs