Skip to main content
Glama
select-custom.html901 B
<div class="select"> <button type="button" class="flex items-center justify-between w-full p-2 border rounded"> <span>Choose option...</span> <svg class="w-4 h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /> </svg> </button> <div data-popover class="w-full border rounded mt-1 bg-background shadow-lg"> <div role="listbox" class="max-h-48 overflow-y-auto"> <div role="option" data-value="option1" class="p-2 hover:bg-muted cursor-pointer">Option 1</div> <div role="option" data-value="option2" class="p-2 hover:bg-muted cursor-pointer">Option 2</div> <div role="option" data-value="option3" class="p-2 hover:bg-muted cursor-pointer">Option 3</div> </div> </div> <input type="hidden" name="select-value"> </div>

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/GustavoGomezPG/basecoat-mcp'

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