Skip to main content
Glama

Cursor MCP Server

by johnneerdael
index.js538 B
/** * index.js: Default settings for all levels that winston knows about. * * (C) 2010 Charlie Robbins * MIT LICENCE */ 'use strict'; /** * Export config set for the CLI. * @type {Object} */ Object.defineProperty(exports, 'cli', { value: require('./cli') }); /** * Export config set for npm. * @type {Object} */ Object.defineProperty(exports, 'npm', { value: require('./npm') }); /** * Export config set for the syslog. * @type {Object} */ Object.defineProperty(exports, 'syslog', { value: require('./syslog') });

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