We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChiragPatankar/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Contact.tsx•364 B
import React from 'react';
const Contact: React.FC = () => (
<div className="min-h-screen flex flex-col items-center justify-center bg-gray-50">
<h1 className="text-3xl font-bold mb-4">Contact</h1>
<p className="text-lg text-gray-700">Get in touch with the MCP Chat Support team for any inquiries or assistance.</p>
</div>
);
export default Contact;