Skip to main content
Glama
not-found.tsx573 B
import { Card, CardContent } from "@/components/ui/card"; import { AlertCircle } from "lucide-react"; export default function NotFound() { return ( <div className="min-h-screen w-full flex items-center justify-center "> <Card className="w-full max-w-md mx-4"> <CardContent className="pt-6"> <div className="flex mb-4 gap-2"> <AlertCircle className="h-8 w-8 text-red-500" /> <h1 className="text-2xl font-bold text-gray-400">404 Page Not Found</h1> </div> </CardContent> </Card> </div> ); }

Latest Blog Posts

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/Rohitkumar0056/GitHub-MCP'

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