We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/superglue-ai/superglue'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* EE Features Entry Point
*
* This module exports hooks that can be registered by EE feature modules.
* If no EE modules are loaded, all hooks return permissive defaults.
*
* To disable EE features: simply don't import the feature modules (or delete them).
* The core code will continue to work with "allow all" behavior.
*/
// Re-export the hook registry for use in core code
export {
checkGraphQLAccess,
checkToolExecutionPermission,
filterToolsByPermission,
} from "./scope-hooks.js";