Skip to main content
Glama

Convex MCP server

Official
by get-convex
schema.ts391 B
import { defineSchema, defineTable } from "convex/server"; import { authTables } from "@convex-dev/auth/server"; import { v } from "convex/values"; import { typedV } from "convex-helpers/validators"; const schema = defineSchema({ ...authTables, messages: defineTable({ author: v.id("users"), body: v.string(), }), }); export default schema; export const vv = typedV(schema);

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