Skip to main content
Glama

Convex MCP server

Official
by get-convex
index.ts1.26 kB
/** * Tools for accessing Convex in the browser. * * **If you are using React, use the {@link react} module instead.** * * ## Usage * * Create a {@link ConvexHttpClient} to connect to the Convex Cloud. * * ```typescript * import { ConvexHttpClient } from "convex/browser"; * // typically loaded from an environment variable * const address = "https://small-mouse-123.convex.cloud"; * const convex = new ConvexHttpClient(address); * ``` * * @module */ export { BaseConvexClient } from "./sync/client.js"; export type { BaseConvexClientOptions, MutationOptions, SubscribeOptions, ConnectionState, AuthTokenFetcher, } from "./sync/client.js"; export type { ConvexClientOptions } from "./simple_client.js"; export { ConvexClient } from "./simple_client.js"; export type { OptimisticUpdate, OptimisticLocalStore, } from "./sync/optimistic_updates.js"; export type { QueryToken } from "./sync/udf_path_utils.js"; export { ConvexHttpClient } from "./http_client.js"; export type { HttpMutationOptions } from "./http_client.js"; export type { QueryJournal } from "./sync/protocol.js"; /** @internal */ export type { UserIdentityAttributes } from "./sync/protocol.js"; export type { FunctionResult } from "./sync/function_result.js";

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