Skip to main content
Glama

Cursor MCP Server

by johnneerdael
is-binary.js243 B
var equal = require('buffer-equal') var HEADER = Buffer.from([66, 77, 70, 3]) module.exports = function(buf) { if (typeof buf === 'string') return buf.substring(0, 3) === 'BMF' return buf.length > 4 && equal(buf.slice(0, 4), HEADER) }

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