Skip to main content
Glama

AI Code Toolkit

by AgiFlow
layout.tsx.liquid344 B
/** * Auth Layout * * DESIGN PATTERNS: * - Minimal layout for auth pages * - No navigation or footer * - Centers content vertically and horizontally */ import { ReactNode } from "react"; export default function AuthLayout({ children }: { children: ReactNode }) { return <main className="min-h-screen bg-gray-50">{children}</main>; }

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/AgiFlow/aicode-toolkit'

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