We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-memory-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
auth-provider.tsx•265 B
// This file is no longer needed with Clerk
// ClerkProvider is now used directly in the root layout
// Keeping this file for backwards compatibility if needed
export function AuthProvider({ children }: { children: React.ReactNode }) {
return <>{children}</>;
}