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