Skip to main content
Glama

Cursor MCP Server

by johnneerdael
example2.html500 B
<!DOCTYPE html> <html> <head> <title>Jimp browser example 2</title> </head> <body> <h1> Demonstrates loading a relative file using Jimp on a WebWorker thread </h1> <script> var worker = new Worker("jimp-worker.js"); worker.onmessage = function (e) { var img = document.createElement("img"); img.setAttribute("src", e.data); document.body.appendChild(img); }; worker.postMessage("lenna.png"); </script> </body> </html>

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