Skip to main content
Glama

Cursor MCP Server

by johnneerdael
rebuild.js517 B
'use strict'; module.exports = exports = rebuild; exports.usage = 'Runs "clean" and "build" at once'; const napi = require('./util/napi.js'); function rebuild(gyp, argv, callback) { const package_json = gyp.package_json; let commands = [ { name: 'clean', args: [] }, { name: 'build', args: ['rebuild'] } ]; commands = napi.expand_commands(package_json, gyp.opts, commands); for (let i = commands.length; i !== 0; i--) { gyp.todo.unshift(commands[i - 1]); } process.nextTick(callback); }

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