We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•496 B
# Pinga
Job Queue Executor integrated with [Nats](https://nats.io/).

## Drip
*[Cachaça](https://en.wikipedia.org/wiki/Cacha%C3%A7a) has thousands of names, a very common one is pinga. It comes from the distillation process, where the distilled alcohol drips into the barrel to be aged.*

## Execution
Run pinga:
```
buck2 run :pinga
```
You can also use the following command in the global workspace:
```
buck2 run bin/pinga
```