Skip to main content
Glama
smootherstep.js205 B
/* Smootherstep easing function proposed by K. Perlin Reference: https://en.wikipedia.org/wiki/Smoothstep */ const smootherstep = t => t * t * t * (t * (t * 6 - 15) + 10); export default smootherstep;

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/MatheusgVentura/Project-One'

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