Skip to main content
Glama

1313

by chatmcp
layout.tsx578 B
import "./style.css"; import { Metadata } from "next"; import React from "react"; import pagejson from "@/pagejson/en.json"; export async function generateMetadata(): Promise<Metadata> { return { title: { template: `%s | ${pagejson.metadata.title}`, default: pagejson.metadata.title, }, description: pagejson.metadata.description, keywords: pagejson.metadata.keywords, }; } export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( <html lang="en"> <body>{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/chatmcp/mcpso'

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