Skip to main content
Glama
button.component.html392 B
<button [attr.type]="type" [disabled]="disabled || loading" [attr.aria-label]="ariaLabel || label || undefined" [class]="computedClass" (click)="onClick($event)" > <span *ngIf="loading" class="spinner" aria-hidden="true"></span> <ng-container *ngIf="label; else projected">{{ label }}</ng-container> <ng-template #projected><ng-content></ng-content></ng-template> </button>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcosviniweb/mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server