Skip to main content
Glama

Convex MCP server

Official
by get-convex
index.tsx451 B
import { Link, createFileRoute } from '@tanstack/react-router' export const Route = createFileRoute('/')({ component: Home, }) function Home() { return ( <ul> <li> <Link to="/simple-sibling-queries"> Simple sibling queries with no router </Link> </li> <li> <Link to="/subsequent-queries"> One component with two useSuspenseQuery calls </Link> </li> </ul> ) }

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