We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samanhappy/mcphub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
ChevronDown as DropdownIcon,
Wrench
} from 'lucide-react'
export {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
DropdownIcon,
Wrench
}
const LucideIcons = {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
DropdownIcon
}
export default LucideIcons