Skip to main content
Glama
next.config.js407 B
/** @type {import('next').NextConfig} */ const nextConfig = { // Keep /api/ folder as Vercel serverless functions experimental: { serverComponentsExternalPackages: ['@modelcontextprotocol/sdk'] }, // Match Vercel rewrites for local development async rewrites() { return [ { source: '/sse', destination: '/api/sse', }, ]; }, }; export default nextConfig;

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/heyadam/mcpsystemdesign'

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