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/link' as *;
@layer kol-theme-component {
@include kol-link('kol-link');
.kol-breadcrumb {
&__list-element-span {
color: var(--color-subtle);
}
&__link {
&::part(icon) {
font-size: to-rem(20);
}
}
&__separator {
color: var(--color-subtle);
font-size: to-rem(12);
font-weight: 900;
}
}
.kol-link {
line-height: 1;
}
}