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 *;
@layer kol-theme-component {
.kol-badge {
border-radius: var(--border-radius);
display: inline-flex;
font-style: normal;
&--has-smart-button {
align-items: center;
}
&__smart-button {
.kol-button {
color: inherit;
padding: to-rem(3.2);
border-bottom-right-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
&:hover {
color: var(--color-light);
background-color: var(--color-primary-variant);
}
&__text {
padding: to-rem(4) to-rem(12);
align-items: center;
font-style: normal;
}
}
}
&__label {
padding: to-rem(4) to-rem(12);
gap: to-rem(8);
align-items: center;
font-style: normal;
.kol-span__container {
display: flex;
gap: to-rem(4);
}
}
}
}