charlotteonthecheap mcp for Gemini CLI
io.github.chrischall/charlotteonthecheap-mcp
Charlotte On The Cheap MCP — free and cheap Charlotte events, deals and local guides
client:Gemini CLI
transport:stdio
runtime:npm
Install charlotteonthecheap mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"charlotteonthecheap-mcp": {
"command": "npx",
"args": [
"-y",
"charlotteonthecheap-mcp"
],
"env": {
"COTC_BASE_URL": "<COTC_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