Skip to main content
Glama
NotFoundPage.jsx1.17 kB
import { Link } from 'react-router-dom' import { Button } from '@/components/ui/button' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Home, ArrowLeft } from 'lucide-react' export default function NotFoundPage() { return ( <div className="container mx-auto px-4 py-16"> <div className="max-w-md mx-auto"> <Card> <CardHeader className="text-center"> <CardTitle className="text-6xl font-bold text-muted-foreground mb-4">404</CardTitle> <CardTitle className="text-2xl font-bold">Page Not Found</CardTitle> <CardDescription> The page you're looking for doesn't exist or has been moved. </CardDescription> </CardHeader> <CardContent className="space-y-4"> <div className="flex flex-col space-y-2"> <Link to="/"> <Button className="w-full"> <Home className="w-4 h-4 mr-2" /> Go to Dashboard </Button> </Link> </div> </CardContent> </Card> </div> </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/GeorgeStrakhov/mcpeasy'

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