Chat Thing for Gemini CLI
ai.chatthing/chat-thing
Build and manage AI-native customer support agents from Claude or any MCP client.
client:Gemini CLI
transport:streamable-http
Install Chat Thing in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chat-thing": {
"httpUrl": "https://app.chatthing.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs