Skip to main content
Glama
index.ts696 B
// Re-export the server and its types export { createServer } from "./mcp/index.js"; export type { SimplifiedDesign } from "./extractors/types.js"; export type { FigmaService } from "./services/figma.js"; export { getServerConfig } from "./config.js"; export { startServer } from "./cli.js"; // Flexible extractor system export type { ExtractorFn, TraversalContext, TraversalOptions, GlobalVars, StyleTypes, } from "./extractors/index.js"; export { extractFromDesign, simplifyRawFigmaObject, layoutExtractor, textExtractor, visualsExtractor, componentExtractor, allExtractors, layoutAndText, contentOnly, visualsOnly, layoutOnly, } from "./extractors/index.js";

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/nhn-commerce-fe/figma-mcp-ncds'

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