Skip to main content
Glama
view.tsx569 B
import { Button } from "@repo/ui/components/ui/button" import { ArrowLeft } from "lucide-react" import Link from "next/link" import { LoginForm } from "@/components/auth/signin-form" export function AuthView() { return ( <main className="flex grow flex-col items-center justify-center gap-4 p-4"> <LoginForm /> <Button variant="ghost" size="sm" asChild className="mb-4"> <Link href="/" className="flex items-center"> <ArrowLeft className="mr-2 h-4 w-4" /> 返回首页 </Link> </Button> </main> ) }

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

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