telegram notify mcp for Zed
io.github.parthjadhav/telegram-notify-mcp
Send Telegram notifications from AI agents — text, photos, and documents.
client:Zed
transport:stdio
runtime:npm
Install telegram notify mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"telegram-notify-mcp": {
"command": "npx",
"args": [
"-y",
"@parthj/telegram-notify-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs