Skip to main content
Glama

MCP Hub

by sentilabs01
index.css308 B
@tailwind base; @tailwind components; @tailwind utilities; /* Enable dark mode via class strategy */ :root { color-scheme: light dark; } @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } .animate-marquee { animation: marquee 120s linear infinite; }

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/sentilabs01/mcpserver'

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