Skip to main content
Glama

HomeAssistant MCP

polyfills.js253 B
// Add necessary polyfills for Node.js compatibility in Bun import { webcrypto } from 'node:crypto'; // Polyfill for crypto.subtle in Bun if (!globalThis.crypto?.subtle) { globalThis.crypto = webcrypto; } // Add any other necessary polyfills here

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/jango-blockchained/advanced-homeassistant-mcp'

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