Skip to main content
Glama
metadata.ts544 B
import type { Metadata } from "next" import { linksConfig } from "./links" import { siteConfig } from "./site" export const metadataConfig: Metadata = { openGraph: { url: "/", siteName: siteConfig.name, locale: "zh_CN", type: "website", images: { url: `${siteConfig.url}/opengraph.png`, width: 1200, height: 630 }, }, twitter: { site: "@open-mcp", creator: "@open-mcp", card: "summary_large_image", }, alternates: { canonical: "/", types: { "application/rss+xml": linksConfig.feeds }, }, }

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/metacode0602/open-mcp'

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