Skip to main content
Glama

Cursor MCP Server

by johnneerdael
browser.js479 B
'use strict' const _global = typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : /* otherwise */ undefined if (!_global) { throw new Error( `Unable to find global scope. Are you sure this is running in the browser?` ) } if (!_global.AbortController) { throw new Error( `Could not find "AbortController" in the global scope. You need to polyfill it first` ) } module.exports.AbortController = _global.AbortController

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