Agent-Native Chat for Gemini CLI
io.github.builderio/agent-native-chat
Minimal chat-first app with durable threads, actions, and the app-agent loop
client:Gemini CLI
transport:streamable-http
Install Agent-Native Chat in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-native-chat": {
"httpUrl": "https://starter.agent-native.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs