Skip to main content
Glama

mcp-google-sheets

index.tsx427 B
import { FullLogo } from '@/components/ui/full-logo'; import { AuthFormTemplate } from '@/features/authentication/components/auth-form-template'; const SignUpPage: React.FC = () => { return ( <div className="mx-auto flex h-screen flex-col items-center justify-center gap-2"> <FullLogo /> <AuthFormTemplate form={'signup'} /> </div> ); }; SignUpPage.displayName = 'SignUpPage'; export { SignUpPage };

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/activepieces/activepieces'

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