waitlister for Zed
io.github.ilpr/waitlister
Create waitlists, landing pages, manage subscribers, referrals, and view stats on Waitlister.
client:Zed
transport:stdio
runtime:npm
Install waitlister in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"waitlister": {
"command": "npx",
"args": [
"-y",
"@waitlister/mcp"
],
"env": {
"WAITLISTER_ACCOUNT_KEY": "<WAITLISTER_ACCOUNT_KEY>",
"WAITLISTER_API_KEY": "<WAITLISTER_API_KEY>",
"WAITLISTER_WAITLIST_KEY": "<WAITLISTER_WAITLIST_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs