We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Southclaws/storyden'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import {
GalleryThumbnailsIcon,
ImagesIcon,
LayersIcon,
TablePropertiesIcon,
TagsIcon,
TextIcon,
TypeIcon,
} from "lucide-react";
import { LinkIcon } from "@/components/ui/icons/Link";
export const TitleBlockIcon = TypeIcon;
export const CoverBlockIcon = GalleryThumbnailsIcon;
export const LinkBlockIcon = LinkIcon;
export const ContentBlockIcon = TextIcon;
export const AssetsBlockIcon = ImagesIcon;
export const PropertiesBlockIcon = TablePropertiesIcon;
export const DirectoryBlockIcon = LayersIcon;
export const TagsBlockIcon = TagsIcon;