Skip to main content
Glama

Convex MCP server

Official
by get-convex
__root.tsx922 B
import { QueryClient } from '@tanstack/react-query' import { createRootRouteWithContext, HeadContent, Scripts, Outlet, } from '@tanstack/react-router' import * as React from 'react' export const Route = createRootRouteWithContext<{ queryClient: QueryClient }>()( { head: () => ({ meta: [ { charSet: 'utf-8', }, { name: 'viewport', content: 'width=device-width, initial-scale=1', }, { title: 'TanStack Start Starter', }, ], }), component: RootComponent, }, ) function RootComponent() { return ( <RootDocument> <Outlet /> </RootDocument> ) } function RootDocument({ children }: { children: React.ReactNode }) { return ( <html> <head> <HeadContent /> </head> <body> <div>{children}</div> <Scripts /> </body> </html> ) }

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