Skip to main content
Glama

Convex MCP server

Official
by get-convex
package.json993 B
{ "name": "bundle-size", "version": "0.0.0", "scripts": { "dev-vite": "vite", "analyze": "npm run build && npm run analyze-webpack && npm run analyze-esbuild && ./analyze.mjs", "analyze-webpack": "webpack-cli && webpack-cli --profile --json > dist/webpack-stats.json", "analyze-esbuild": "esbuild src/main.tsx --bundle --minify --metafile=dist/esbuild.json --outfile=dist/esbuild-output --define:process.env.NODE_ENV='\"production\"'", "build": "rm -rf dist && tsc && vite build && mv parcel-bundle-buddy.json dist", "clean": "rm -rf dist" }, "dependencies": { "convex": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0", "prettier": "3.6.2" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", "typescript": "~5.0.3", "ts-loader": "9.3.1", "vite": "^6.3.6", "esbuild": "0.25.4", "webpack-cli": "4.10.0", "webpack": "^5.99.9" } }

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