three.ws Alerts for Zed
io.github.nirholas/alerts-mcp
Create, update, and delete pump.fun alert rules and read fired-alert history across channels.
client:Zed
transport:stdio
runtime:npm
Install three.ws Alerts in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"alerts-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/alerts-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
"THREE_WS_SESSION": "<THREE_WS_SESSION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs