Skip to main content
Glama

Convex MCP server

Official
by get-convex
auth_helpers.test.tsx807 B
/** * @vitest-environment custom-vitest-environment.ts */ import { test } from "vitest"; import React from "react"; import { Authenticated, AuthLoading, Unauthenticated } from "./auth_helpers.js"; test("Helpers are valid children", () => { const _element = ( <div> <Authenticated>Yay</Authenticated> <Unauthenticated>Nay</Unauthenticated> <AuthLoading>???</AuthLoading> </div> ); }); test("Helpers can take many children", () => { const _element = ( <div> <Authenticated> <div>Yay</div> <div>Yay again</div> </Authenticated> <Unauthenticated> <div>Yay</div> <div>Yay again</div> </Unauthenticated> <AuthLoading> <div>Yay</div> <div>Yay again</div> </AuthLoading> </div> ); });

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