Skip to main content
Glama

CodeGraphContext

NotFound.tsx721 B
import { useLocation } from "react-router-dom"; import { useEffect } from "react"; const NotFound = () => { const location = useLocation(); useEffect(() => { console.error("404 Error: User attempted to access non-existent route:", location.pathname); }, [location.pathname]); return ( <div className="flex min-h-screen items-center justify-center bg-gray-100"> <div className="text-center"> <h1 className="mb-4 text-4xl font-bold">404</h1> <p className="mb-4 text-xl text-gray-600">Oops! Page not found</p> <a href="/" className="text-blue-500 underline hover:text-blue-700"> Return to Home </a> </div> </div> ); }; export default NotFound;

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