Skip to main content
Glama
jsdom.ts283 B
import { JSDOM } from "jsdom"; const dom = new JSDOM(); (global as any).window = dom.window; global.document = window.document; global.XMLSerializer = window.XMLSerializer global.navigator = window.navigator; global.location = window.location; global.DOMParser = window.DOMParser;

Latest Blog Posts

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/Noacodenoobe/drawioMCP'

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