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 '../components/@shared/mixins' as *;
@use '../components/host-display-block' as *;
@use '../components/tooltip/style' as *;
@mixin kol-alert {
.kol-alert {
display: grid;
&__container {
display: flex;
place-items: center;
}
&__container-content {
flex-grow: 1;
}
&__closer {
/* Visible with forced colors */
outline: transparent solid to-rem(1);
}
}
}