// Tailwind requires the color to be complete strings (can't be dynamic), so we have to list all the strings here manually.
export const HIGHLIGHT_COLOR_MAP = {
bg: {
red: "bg-red-200",
green: "bg-green-200",
blue: "bg-blue-200",
yellow: "bg-yellow-200",
} as const,
["border-l"]: {
red: "border-l-red-200",
green: "border-l-green-200",
blue: "border-l-blue-200",
yellow: "border-l-yellow-200",
} as const,
};
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/karakeep-app/karakeep'
If you have feedback or need assistance with the MCP directory API, please join our Discord server