Skip to main content
Glama

Cursor MCP Server

by johnneerdael
index.d.ts381 B
/** * Kills process identified by `pid` and all its children * * @param pid * @param signal 'SIGTERM' by default * @param callback */ declare function treeKill(pid: number, callback?: (error?: Error) => void): void; declare function treeKill(pid: number, signal?: string | number, callback?: (error?: Error) => void): void; declare namespace treeKill {} export = treeKill;

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