Skip to content
Zed

Notify MCP Server for Zed

io.github.aahl/mcp-notify

MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk

client:Zed transport:stdio runtime:pypi

Install Notify MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-notify": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ],
      "env": {
        "WEWORK_BOT_KEY": "<WEWORK_BOT_KEY>",
        "WEWORK_APP_CORPID": "<WEWORK_APP_CORPID>",
        "WEWORK_APP_SECRET": "<WEWORK_APP_SECRET>",
        "WEWORK_APP_AGENTID": "<WEWORK_APP_AGENTID>",
        "WEWORK_APP_TOUSER": "<WEWORK_APP_TOUSER>",
        "DINGTALK_BOT_KEY": "<DINGTALK_BOT_KEY>",
        "LARK_BOT_KEY": "<LARK_BOT_KEY>",
        "FEISHU_BOT_KEY": "<FEISHU_BOT_KEY>",
        "TELEGRAM_DEFAULT_CHAT": "<TELEGRAM_DEFAULT_CHAT>",
        "TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>",
        "PUSH_PLUS_TOKEN": "<PUSH_PLUS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Notify MCP Server in other clients