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": "nextjs-15-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"convex": "workspace:*",
"next": "^15.5.9",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@eslint/js": "~9.39.0",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.1",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"typescript": "^5.1.3"
}
}