Skip to main content
Glama

Convex MCP server

Official
by get-convex
package.json1.28 kB
{ "name": "tanstack-start", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "npx convex dev --once && concurrently -r npm:dev:web npm:dev:convex", "dev:web": "vite dev", "dev:ts": "tsc -b -w", "dev:convex": "npx convex dev", "build": "vite build && tsc --noEmit", "start": "node .output/server/index.mjs", "lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app", "format": "prettier --write '**/*' --ignore-unknown" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@convex-dev/react-query": "workspace:*", "@tanstack/react-query": "^5.90.2", "@tanstack/react-router": "^1.132.7", "@tanstack/react-router-with-query": "^1.130.17", "@tanstack/react-start": "^1.132.10", "convex": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.2.65", "@types/react-dom": "^18.2.21", "@typescript-eslint/parser": "^6.7.4", "@vitejs/plugin-react": "^4.2.1", "concurrently": "~8.2.2", "eslint": "^8.29.0", "eslint-config-react-app": "~7.0.1", "prettier": "3.6.2", "typescript": "^5.9.2", "vite-tsconfig-paths": "^5.1.3", "vite": "^7.1.7" } }

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