Skip to main content
Glama

Cursor MCP Server

by johnneerdael
lab2rgb.ts360 B
/** * @preserve * Copyright 2015-2018 Igor Bezkrovnyi * All rights reserved. (MIT Licensed) * * lab2rgb.ts - part of Image Quantization Library */ import { lab2xyz } from './lab2xyz'; import { xyz2rgb } from './xyz2rgb'; export function lab2rgb(L: number, a: number, b: number) { const xyz = lab2xyz(L, a, b); return xyz2rgb(xyz.x, xyz.y, xyz.z); }

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/johnneerdael/multiplatform-cursor-mcp'

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