We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
customizations.full.js•455 B
// this file is called customizations.full.ts because it includes all customizations
// this naming scheme allows us to create a lighter version in the future with only the most popular customizations
// without breaking backwards compatibility
import * as customizations from '../customizations';
import { assignableWindow } from '../utils/globals';
assignableWindow.posthogCustomizations = customizations;
//# sourceMappingURL=customizations.full.js.map