Skip to content
VS Code

notifyd for VS Code

io.github.rmzlb/notifyd

Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.

client:VS Code transport:streamable-http runtime:oci

Install notifyd in VS Code

.vscode/mcp.json

{
  "servers": {
    "notifyd": {
      "type": "http",
      "url": "https://{notifyd_host}/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

notifyd in other clients