Skip to main content
Glama
page.tsx703 B
'use client'; import Link from 'next/link'; import { ArrowRight, Zap, Search, Code, Shield, BarChart3, Github } from 'lucide-react'; import { Header } from '@components/landing/Header'; import { Hero } from '@components/landing/Hero'; import { Features } from '@components/landing/Features'; import { Pricing } from '@components/landing/Pricing'; import { CTA } from '@components/landing/CTA'; import { Footer } from '@components/landing/Footer'; export default function Home() { return ( <main className="min-h-screen bg-gradient-to-b from-black via-purple-900/10 to-black"> <Header /> <Hero /> <Features /> <Pricing /> <CTA /> <Footer /> </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/aiatamai/atamai-mcp'

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