nintact for Gemini CLI
com.nintact/nintact
Contact forms that actually arrive. No SPF/DKIM, no SMTP. AI sorts them and drafts the reply.
client:Gemini CLI
transport:stdio
runtime:npm
Install nintact in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nintact": {
"command": "npx",
"args": [
"-y",
"nintact-mcp"
],
"env": {
"NINTACT_API_KEY": "<NINTACT_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs