Skip to main content
Glama

Convex MCP server

Official
by get-convex
DocsGrid.tsx810 B
import { LightningBoltIcon, StackIcon } from "@radix-ui/react-icons"; import React from "react"; import { DocCard } from "./DocCard"; const docs = [ { href: "https://docs.convex.dev", title: "Docs", description: "Learn more about Convex", icon: LightningBoltIcon, bgColor: "bg-blue-500", }, { href: "https://stack.convex.dev", title: "Blog", description: "Get tips and tricks on using Convex", icon: StackIcon, bgColor: "bg-util-brand-purple", }, ]; export function DocsGrid() { return ( <div className="my-12 animate-fadeInFromLoading"> <h4>Learn about Convex</h4> <ul className="flex flex-wrap justify-between gap-6 py-6"> {docs.map((doc) => ( <DocCard key={doc.title} {...doc} /> ))} </ul> </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