Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

nintact in other clients