Skip to main content
Glama
page.tsx931 B
import Hero from "@/components/hero"; import { GridBackground } from "@/components/grid-background"; import { getBlogPosts } from "@/lib/source"; import { RecentPosts } from "@repo/fumadocs-blog/blog"; import { getBlogConfiguration } from "@/blog-configuration"; export default function HomePage() { return ( <div className="flex flex-1 flex-col justify-center text-center"> <div className="relative flex w-full flex-col items-center overflow-x-hidden"> <GridBackground maxWidthClass="container" /> <div className="relative flex items-center justify-center w-full mx-auto container"> <div className="space-y-8"> <Hero /> </div> </div> <RecentPosts configuration={getBlogConfiguration()} posts={getBlogPosts()} heading="Recent Posts" description="The recently published" /> </div> </div> ); }

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