An open API service indexing awesome lists of open source software.

https://github.com/zzstoatzz/observers


https://github.com/zzstoatzz/observers

Last synced: 2 months ago
JSON representation

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
```