Skip to main content
Glama

Convex MCP server

Official
by get-convex
api.ts1.47 kB
/* eslint-disable */ /** * Generated `api` utility. * * THIS CODE IS AUTOMATICALLY GENERATED. * * To regenerate, run `npx convex dev`. * @module */ import type * as cleanUp from "../cleanUp.js"; import type * as errors from "../errors.js"; import type * as fileStorage from "../fileStorage.js"; import type * as functionHandles from "../functionHandles.js"; import type * as scheduler from "../scheduler.js"; import type * as transact from "../transact.js"; import type { ApiFromModules, FilterApi, FunctionReference, } from "convex/server"; import { anyApi, componentsGeneric } from "convex/server"; const fullApi: ApiFromModules<{ cleanUp: typeof cleanUp; errors: typeof errors; fileStorage: typeof fileStorage; functionHandles: typeof functionHandles; scheduler: typeof scheduler; transact: typeof transact; }> = anyApi as any; /** * A utility for referencing Convex functions in your app's public API. * * Usage: * ```js * const myFunctionReference = api.myModule.myFunction; * ``` */ export const api: FilterApi< typeof fullApi, FunctionReference<any, "public"> > = anyApi as any; /** * A utility for referencing Convex functions in your app's internal API. * * Usage: * ```js * const myFunctionReference = internal.myModule.myFunction; * ``` */ export const internal: FilterApi< typeof fullApi, FunctionReference<any, "internal"> > = anyApi as any; export const components = componentsGeneric() as unknown as {};

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