Skip to main content
Glama

MCPHy

by sehmim
style.css1.02 kB
/* MCPhy UI - Minimal custom styles to complement Tailwind */ /* Custom scrollbar for better UX */ ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #f1f5f9; } ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #94a3b8; } /* Smooth transitions */ * { transition: all 0.2s ease-in-out; } /* Focus styles for better accessibility */ input:focus, button:focus { outline: none; } /* Custom animations */ @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .message { animation: fadeIn 0.3s ease-out; } /* Loading animation */ @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .loading { animation: pulse 2s infinite; } /* Responsive adjustments */ @media (max-width: 768px) { .sidebar { display: none; } }

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/sehmim/mcphy'

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