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
@mixin kol-custom-suggestions-toggle {
.kol-custom-suggestions-toggle {
display: flex;
min-width: var(--a11y-min-size);
min-height: var(--a11y-min-size);
align-items: center;
justify-content: center;
cursor: default;
&.kol-custom-suggestions-toggle--disabled {
cursor: not-allowed;
}
}
}