Skip to main content
Glama

ChatGPT Apps EdgeOne Pages Starter

by siciyuan
layout.tsx381 B
import './globals.css' import type { Metadata } from 'next' export const metadata: Metadata = { title: 'ChatGPT Apps EdgeOne Pages Example', description: 'A Next.js app using Model Context Protocol (MCP)', } 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/siciyuan/chatgpt-apps-edgeone-pages'

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