Skip to main content
Glama
window.ts240 B
export { isWindowAlive }; /** * Check if the window is alive. * Useful to prevent opening duplicate windows. * @param win */ function isWindowAlive(win?: Window) { return win && !Components.utils.isDeadWrapper(win) && !win.closed; }

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/colobas/zotero_mcp_plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server