Skip to main content
Glama
index.module.scss764 B
.icon-picker-container { padding: 16px; width: 100%; box-sizing: border-box; } .icon-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; margin-bottom: 20px; max-height: 400px; overflow-y: auto; width: 100%; box-sizing: border-box; } .icon-item { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid #eee; border-radius: 4px; cursor: pointer; transition: all 0.2s; font-size: 24px; &:hover { background-color: #f0f7ff; border-color: #1890ff; } &.selected { background-color: #e6f7ff; border-color: #1890ff; color: #1890ff; } } .pagination-container { display: flex; justify-content: center; margin-top: 16px; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weibaohui/k8m'

If you have feedback or need assistance with the MCP directory API, please join our Discord server