Skip to content
Zed

nintact for Zed

com.nintact/nintact

Contact forms that actually arrive. No SPF/DKIM, no SMTP. AI sorts them and drafts the reply.

client:Zed transport:stdio runtime:npm

Install nintact in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "nintact": {
      "command": "npx",
      "args": [
        "-y",
        "nintact-mcp"
      ],
      "env": {
        "NINTACT_API_KEY": "<NINTACT_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nintact in other clients