Skip to main content
Glama

Cursor MCP Server

by johnneerdael
babel.config.js773 B
module.exports = (api) => { api.cache(true); return { presets: [ [ "@babel/env", { useBuiltIns: "usage", }, ], ], plugins: [ "@babel/proposal-class-properties", "@babel/syntax-object-rest-spread", process.env.BABEL_ENV !== "module" && "add-module-exports", [ "transform-inline-environment-variables", { include: ["BABEL_ENV", "ENV"] }, ], ].filter(Boolean), env: { test: { plugins: ["istanbul"], }, development: { plugins: [process.env.ENV !== "browser" && "source-map-support"].filter( Boolean ), }, module: { presets: [["@babel/env", { modules: false }]], }, }, }; };

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