Skip to main content
Glama

CodeGraphContext

Index.tsx857 B
import HeroSection from "@/components/HeroSection"; import FeaturesSection from "@/components/FeaturesSection"; import InstallationSection from "@/components/InstallationSection"; import DemoSection from "@/components/DemoSection"; import ExamplesSection from "@/components/ExamplesSection"; import CookbookSection from "@/components/CookbookSection"; import Footer from "@/components/Footer"; import TestimonialSection from "@/components/TestimonialSection"; import ComparisonTable from "@/components/ComparisonTable"; const Index = () => { return ( <main className="min-h-screen"> <HeroSection /> <DemoSection /> <ComparisonTable /> <FeaturesSection /> <InstallationSection /> <ExamplesSection /> <TestimonialSection /> <CookbookSection /> <Footer /> </main> ); }; export default Index;

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/Shashankss1205/CodeGraphContext'

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