Skip to main content
Glama

Convex MCP server

Official
by get-convex
_authed.tsx563 B
import { createFileRoute } from '@tanstack/react-router' import { SignIn } from '@clerk/tanstack-start' export const Route = createFileRoute('/_authed')({ beforeLoad: ({ context }) => { if (!context.userId) { throw new Error('Not authenticated') } }, errorComponent: ({ error }) => { if (error.message === 'Not authenticated') { return ( <div className="flex items-center justify-center p-12"> <SignIn routing="hash" forceRedirectUrl={window.location.href} /> </div> ) } throw error }, })

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/get-convex/convex-backend'

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