# Getting started with mcp-notify

Real-time monitoring and notifications for the MCP Registry ecosystem.

## Install

```bash
go install github.com/nirholas/mcp-notify/cmd/mcp-notify-cli@latest
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/mcp-notify.git
cd mcp-notify
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/mcp-notify#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/mcp-notify/issues).
