Nitrosend for Zed
com.nitrosend/nitrosend
AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.
client:Zed
transport:stdio
runtime:npm
Install Nitrosend in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nitrosend": {
"command": "npx",
"args": [
"-y",
"@nitrosend/mcp"
],
"env": {
"NITROSEND_API_KEY": "<NITROSEND_API_KEY>",
"NITROSEND_BEARER_TOKEN": "<NITROSEND_BEARER_TOKEN>",
"NITROSEND_API_URL": "<NITROSEND_API_URL>",
"NITROSEND_BRAND_SID": "<NITROSEND_BRAND_SID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs