Skip to main content
Glama
next.config.ts333 B
import { withIntlayer } from 'next-intlayer/server'; const RETURN_BUNDLE_ANALYZER = true; const withBundleAnalyzer = require('@next/bundle-analyzer')({ enabled: RETURN_BUNDLE_ANALYZER, }); const getConfig = async () => { const config = await withIntlayer(withBundleAnalyzer()); return config; }; export default getConfig;

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/aymericzip/intlayer'

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