Skip to main content
Glama

Cursor MCP Server

by johnneerdael
package.json1.59 kB
{ "name": "@nut-tree-fork/node-mac-permissions", "version": "2.2.1", "description": "A native node module to manage system permissions on macOS", "main": "index.js", "types": "index.d.ts", "scripts": { "clean": "cmake-js clean", "lint": "clang-format --dry-run -Werror src/permissions.mm && prettier --check index.js", "format": "clang-format -i permissions.mm && prettier --write index.js", "test": "jest", "prepare": "husky install", "build:debug": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\" --debug", "build:release": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\"", "prepublishOnly": "npm run build:release", "publish:next": "npm publish --tag next --access public" }, "repository": { "type": "git", "url": "git+https://github.com/ZachJW34/node-mac-permissions.git" }, "keywords": [ "permissions", "macos", "node", "napi", "native" ], "author": "Zachary Williams <zachjw34@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ZachJW34/node-mac-permissions/issues" }, "homepage": "https://github.com/ZachJW34/node-mac-permissions#readme", "dependencies": { "bindings": "1.5.0", "node-addon-api": "5.0.0" }, "devDependencies": { "jest": "29.3.0", "cmake-js": "7.0.0", "clang-format": "1.8.0", "husky": "8.0.2", "lint-staged": "13.0.3", "prettier": "2.7.1" }, "lint-staged": { "*.js": [ "prettier --write" ], "*.mm": [ "clang-format -i" ] }, "os": [ "darwin" ] }

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