Skip to main content
Glama

Convex MCP server

Official
by get-convex
api.d.ts1.05 kB
/* eslint-disable */ /** * Generated `api` utility. * * THIS CODE IS AUTOMATICALLY GENERATED. * * To regenerate, run `npx convex dev`. * @module */ import type { ApiFromModules, FilterApi, FunctionReference, } from "convex/server"; import type * as helpers from "../helpers.js"; import type * as ingest_embed from "../ingest/embed.js"; import type * as ingest_load from "../ingest/load.js"; import type * as messages from "../messages.js"; import type * as serve from "../serve.js"; /** * A utility for referencing Convex functions in your app's API. * * Usage: * ```js * const myFunctionReference = api.myModule.myFunction; * ``` */ declare const fullApi: ApiFromModules<{ helpers: typeof helpers; "ingest/embed": typeof ingest_embed; "ingest/load": typeof ingest_load; messages: typeof messages; serve: typeof serve; }>; export declare const api: FilterApi< typeof fullApi, FunctionReference<any, "public"> >; export declare const internal: FilterApi< typeof fullApi, FunctionReference<any, "internal"> >;

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