Skip to main content
Glama

1313

by chatmcp
layout.tsx542 B
import LandingLayout from "@/templates/tailspark/landing/layout"; import { Metadata } from "next"; import pagejson from "@/pagejson/en.json"; export const metadata: Metadata = { title: pagejson?.metadata?.title, description: pagejson?.metadata?.description, keywords: pagejson?.metadata?.keywords, alternates: { canonical: `${process.env.NEXT_PUBLIC_WEB_URL}/`, }, }; export default function ({ children, }: Readonly<{ children: React.ReactNode; }>) { return <LandingLayout page={pagejson}>{children}</LandingLayout>; }

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