Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
ws-browser.js505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebSocket = void 0; function getGlobal() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } throw new Error('unable to locate global object'); } ; const _WebSocket = getGlobal().WebSocket; exports.WebSocket = _WebSocket; //# sourceMappingURL=ws-browser.js.map

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/5ajaki/veri5ight'

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