Skip to main content
Glama
layout.tsx454 B
import './globals.css'; import type { Metadata } from 'next'; import React from 'react'; export const metadata: Metadata = { title: 'Try BLAH', description: 'Interactive playground for the BLAH CLI tool', }; export default function RootLayout({ children }: { children: React.ReactNode; }): React.ReactElement { return ( <html lang="en"> <body className="bg-gray-50 min-h-screen"> {children} </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/thomasdavis/blah'

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