Skip to main content
Glama

Cursor MCP Server

by johnneerdael
syslog.js556 B
/** * syslog.js: Config that conform to syslog logging levels. * * (C) 2010 Charlie Robbins * MIT LICENCE */ 'use strict'; /** * Default levels for the syslog configuration. * @type {Object} */ exports.levels = { emerg: 0, alert: 1, crit: 2, error: 3, warning: 4, notice: 5, info: 6, debug: 7 }; /** * Default levels for the syslog configuration. * @type {Object} */ exports.colors = { emerg: 'red', alert: 'yellow', crit: 'red', error: 'red', warning: 'red', notice: 'yellow', info: 'green', debug: 'blue' };

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