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 *;
@mixin kol-custom-suggestions-options-group {
.kol-custom-suggestions-options-group {
background-color: white;
display: block;
position: absolute;
z-index: 2;
max-height: to-rem(250);
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
list-style-type: none;
}
}