Skip to main content
Glama

Convex MCP server

Official
by get-convex
GoogleAnalytics.tsx588 B
import Script from "next/script"; export function GoogleAnalytics() { return ( <> <Script src="https://www.googletagmanager.com/gtag/js?id=G-BE1B7P7T72" /> <Script id="google-analytics">{` window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-BE1B7P7T72'); `}</Script> </> ); } export function fireGoogleAnalyticsEvent(eventName: string) { window.gtag("event", eventName, { transaction_id: "convex-account", }); }

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