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
@use '../mixins/alert-wc' as *;
@use '../mixins/indented-text' as *;
@use '../mixins/link' as *;
@layer kol-theme-component {
@include kol-link('kol-link');
@include kol-alert-theme;
.kol-form {
&__link {
display: inline-block;
}
&__mandatory-fields-hint {
@include indented-text;
}
}
}