Skip to main content
Glama

CodeGraphContext

Index.tsx1.34 kB
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 overflow-x-hidden"> <div data-aos="fade-in"> <HeroSection /> </div> <div data-aos="fade-up"> <DemoSection /> </div> <div data-aos="fade-up"> <ComparisonTable /> </div> <div data-aos="fade-up"> <FeaturesSection /> </div> <div data-aos="fade-up"> <InstallationSection /> </div> <div data-aos="fade-up"> <ExamplesSection /> </div> <div data-aos="fade-up"> <TestimonialSection /> </div> <div data-aos="fade-up"> <CookbookSection /> </div> <div data-aos="fade-up" data-aos-anchor-placement="top-bottom"> <Footer /> </div> </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