mutual for Gemini CLI
io.github.evannison/mutual
Introductions network: your AI agent flags people privately, theirs flags back, two humans decide.
client:Gemini CLI
transport:streamable-http
tools:16
Install mutual in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mutual": {
"httpUrl": "https://mutualintro.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs