Skip to content
Zed

mcp notify for Zed

io.github.mrfqcentic/mcp-notify

Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task

client:Zed transport:stdio runtime:npm

Install mcp notify in Zed

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

{
  "context_servers": {
    "mcp-notify": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfqcentic/mcp-notify"
      ]
    }
  }
}

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

mcp notify in other clients