rekt for Gemini CLI
io.github.osfrekt/rekt
REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client
client:Gemini CLI
transport:stdio
runtime:npm
Install rekt in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rekt": {
"command": "npx",
"args": [
"-y",
"rekt-mcp-server"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs