We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zwe1/Figma-Context-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•306 B
// Re-export the server and its types
export { FigmaMcpServer } from "./server.js";
export type { SimplifiedDesign } from "./services/simplify-node-response.js";
export type { FigmaService } from "./services/figma.js";
export { getServerConfig } from "./config.js";
export { startServer } from "./cli.js";