Skip to main content
Glama
layout.tsx1.49 kB
import type { Metadata } from 'next'; import { ThemeProvider } from '@/components/ThemeProvider'; import './globals.css'; export const metadata: Metadata = { title: 'mcpsystem.design', description: 'A comprehensive, Vercel-inspired design system built with Tailwind CSS.', }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( <html lang="en" suppressHydrationWarning> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" /> <script dangerouslySetInnerHTML={{ __html: ` (function() { try { var theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } } catch (e) {} })(); `, }} /> </head> <body className="bg-surface text-default font-sans transition-colors"> <ThemeProvider> {children} </ThemeProvider> </body> </html> ); }

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