Skip to main content
Glama
Footer.tsx557 B
"use client"; export function Footer() { return ( <footer className="footer"> <div className="footer-content"> <div> &copy; {new Date().getFullYear()} TRY - <span className="highlighted">Experimental Interface</span> </div> <div className="footer-links"> <a href="/terms" className="footer-link">📋 Terms</a> <a href="/privacy" className="footer-link">🔒 Privacy</a> <a href="/contact" className="footer-link">📧 Contact</a> </div> </div> </footer> ); }

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/thomasdavis/blah'

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