We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightfastai/lightfast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
route.ts•267 B
import { source } from '@/libs/source';
import { createFromSource } from 'fumadocs-core/search/server';
// Set to false for static exports or modify as needed
export const revalidate = 3600; // Revalidate every hour
export const { GET } = createFromSource(source);