Skip to main content
Glama
page.tsx457 B
import { BigblocksAuthFlow } from "../../components/auth/BigblocksAuthFlow"; import { BigblocksAuthProvider } from "../../components/auth/BigblocksAuthProvider"; export default function AuthPage() { return ( <BigblocksAuthProvider> <div className="min-h-screen bg-gray-950 flex items-center justify-center p-4"> <div className="w-full max-w-md"> <BigblocksAuthFlow className="w-full" /> </div> </div> </BigblocksAuthProvider> ); }

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/b-open-io/bsv-mcp'

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