We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neilberkman/clippy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•726 B
# GUI Components
This directory contains optional GUI applications that complement the clippy CLI tools.
## Draggy
A minimal menu bar app that makes clipboard files draggable. See [draggy/README.md](draggy/README.md) for details.
### Installation
```bash
# Build locally
cd draggy
./build-app.sh
# Or install via Homebrew (coming soon)
brew install --cask neilberkman/clippy/draggy
```
## Philosophy
These GUI tools are:
- **Optional** - The CLI tools work perfectly without them
- **Minimal** - Just enough UI to bridge terminal-to-GUI workflows
- **Focused** - Each tool does one thing well
They are NOT:
- Automatically installed with clippy
- Full-featured clipboard managers
- Required for any CLI functionality