Skip to main content
Glama
diagram_constants.ts559 B
export const NODE_WIDTH = 200; export const MIN_NODE_DIMENSION = NODE_WIDTH + 20 * 2; export const GROUP_HEADER_BOTTOM_MARGIN = 14; export const NODE_HEADER_HEIGHT = 44; export const NODE_HEADER_TEXT_HEIGHT = 12; export const NODE_SUBTITLE_TEXT_HEIGHT = 11; // spacing between sockets export const SOCKET_GAP = 22; // spacing above/below sockets within the node export const SOCKET_MARGIN_TOP = 8; // less because there is also a subtitle with some padding export const NODE_PADDING_BOTTOM = 10; // // width/height of sockets export const SOCKET_SIZE = 15;

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/systeminit/si'

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