Skip to main content
Glama

Cursor MCP Server

by johnneerdael
tsconfig.d.ts730 B
export interface LoadResult { path?: string; config: any; } export declare function resolve(cwd: string, filename?: string): Promise<string | void>; export declare function resolveSync(cwd: string, filename?: string): string | void; export declare function find(dir: string): Promise<string | void>; export declare function findSync(dir: string): string | void; export declare function load(cwd: string, filename?: string): Promise<LoadResult>; export declare function loadSync(cwd: string, filename?: string): LoadResult; export declare function readFile(filename: string): Promise<any>; export declare function readFileSync(filename: string): any; export declare function parse(contents: string, filename: string): any;

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