Skip to main content
Glama

Voice Mode

by mbailey
layout.tsx•537 B
import "@livekit/components-styles"; import { Metadata } from "next"; import { Public_Sans } from "next/font/google"; import "./globals.css"; const publicSans400 = Public_Sans({ weight: "400", subsets: ["latin"], }); export const metadata: Metadata = { title: "Voice Assistant", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en" className={`h-full ${publicSans400.className}`}> <body className="h-full">{children}</body> </html> ); }

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/mbailey/voicemode'

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