Skip to main content
Glama

Cursor MCP Server

by johnneerdael
binding.gyp887 B
{ "targets": [ { "target_name": "<(module_name)", "cflags!": [ "-fno-exceptions" ], "cflags_cc!": [ "-fno-exceptions" ], "conditions":[ [ "OS=='win'", { "sources": [ "sources/windows/main.cc", ], 'libraries': [ 'version.lib', 'Dwmapi.lib', ], }, ], ], "include_dirs": [ "<!@(node -p \"require('node-addon-api').include\")", ], "defines": [ "NAPI_VERSION=<(napi_build_version)", "NAPI_DISABLE_CPP_EXCEPTIONS=1", ], 'msvs_settings': { 'VCCLCompilerTool': { 'ExceptionHandling': 1, }, }, }, { "target_name": "action_after_build", "type": "none", "dependencies": [ "<(module_name)", ], "copies": [ { "files": [ "<(PRODUCT_DIR)/<(module_name).node", ], "destination": "<(module_path)" } ] } ] }

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