Investigation Game App for Gemini CLI
tech.skybridge.investigation-game/investigation-game
Find out who killed Claude by interrogating the LLM driven suspects...
client:Gemini CLI
transport:streamable-http
tools:1
Install Investigation Game App in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"investigation-game": {
"httpUrl": "https://investigation-game.skybridge.tech"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs