Universal MCP notification relay — polls MCP servers and streams change events as log notifications
Project description
agent-notify
Universal MCP notification relay.
Agent_notify polls one or more MCP servers for configured tools and streams any changes as JSON notifications via MCP log events.
Install (using uv)
This repository is designed to work with uv (a thin wrapper around python/pip used throughout this workspace).
cd Agent_notify
uv venv .venv # creates a virtualenv in .venv
.venv\Scripts\activate # Windows (use `source .venv/bin/activate` on macOS/Linux)
uv sync # install dependencies from pyproject.toml
Quickstart (using uv run)
- Create or edit
notify_config.yaml(a default example is provided in the repository). - Run the agent:
uv run agent-notify
You can override the config path:
AGENT_NOTIFY_CONFIG=/path/to/notify_config.yaml uv run agent-notify
If you prefer, you can still install from PyPI:
pip install agent-notify agent-notify
How it works
- Polls every configured server/tool at
poll_intervalseconds. - When a tool's returned value changes between polls, it emits a JSON notification.
- Notifications are streamed as log events (MCP
ctx.info) until the client disconnects.
Usage notes
- Enable debug logging by setting
debug: trueinnotify_config.yaml. - Logs are written to stderr and optionally to
log_filewhen configured.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_notification_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agent_notification_mcp-0.1.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43493ead4375b0455c47c276f106d86a16394cb4f48d2253eb8fc252cedbac7b
|
|
| MD5 |
a18e362dd21563f7e3d1445c8aca83c6
|
|
| BLAKE2b-256 |
ca2b6883ec710d85a9257612bfaaa06bd25d82000e305ef2d791d58874ad8c95
|
File details
Details for the file agent_notification_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_notification_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e777c56fa445fb1b2a1d5d6c4685295df0aec9ddf40bb548a0084faab8b8345
|
|
| MD5 |
ade14adc5ceb5caadf7c048515c827d3
|
|
| BLAKE2b-256 |
7e768509fee36367f4f2336d78c1f10639b2e64a87a25ce4d7ecaa05ab993d86
|