We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<h1>KoliBri elements</h1>
<div class="mt-10 flex flex-col w-1/3 gap-5">
<kol-input-text *ngFor="let input of numberOfInputs" [_on]="onValueChange" [_label]="'TextInput #' + input" />
<kol-input-number *ngFor="let input of numberOfInputs" [_on]="onValueChange" [_label]="'NumberInput #' + input" />
<kol-input-checkbox *ngFor="let check of numberOfInputs" [_label]="'Checkbox #' + check" [_on]="onValueChange" />
</div>