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
{
"name": "tanstack-start",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@convex-dev/react-query": "^0.1.0",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-router-with-query": "^1.130.17",
"@tanstack/react-router": "^1.132.2",
"@tanstack/react-start": "^1.132.2",
"convex": "^1.27.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.12",
"@vitejs/plugin-react": "^5.0.3",
"concurrently": "~9.2.1",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.4",
"vite": "^7.1.11"
}
}