https://github.com/zzstoatzz/observers
https://github.com/zzstoatzz/observers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzstoatzz/observers
- Owner: zzstoatzz
- Created: 2024-12-02T05:43:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:07:09.000Z (6 months ago)
- Last Synced: 2025-03-25T19:12:31.334Z (2 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# observers
minimal notification observer tools for claude
## setup
```bash
# clone this repo
gh repo clone zzstoatzz/observers
cd observers# install dependencies
uv venv
uv sync# configure env
cat > .env << EOF
GITHUB_TOKEN=your-token
GITHUB_ENABLED=true
EOF# setup for Claude Desktop
uv run fastmcp install start.py -f .env
```