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/to-rem' as *;
@use '../mixins/kol-card' as *;
@layer kol-theme-component {
@include kol-card;
.kol-dialog,
.kol-modal {
&__card {
box-shadow: 0 0 4px color-mix(in srgb, black 80%, var(--color-subtle)); // darken by 80% to maintain contrast of 3:1
border-radius: var(--border-radius);
}
}
}