Skip to main content
Glama

Convex MCP server

Official
by get-convex
notSourceMappable.ts472 B
import { action } from "./_generated/server"; export const nop = action({ args: {}, handler: async () => {}, }); /** * This function is not source-mappable by our current analyze because this file * include a helper function used in another entry point. That makes the bundler * stick both of these functions in deps/ file and makes this file just a * re-export of that nop function. */ export function helper(a: number, b: number): number { return a + b; }

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