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-clerk",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/clerk-react": "^5.20.0",
"@clerk/nextjs": "^6.23.3",
"convex": "workspace:*",
"next": "^15.5.10",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"eslint-plugin-react-hooks": "^5.2.0",
"@next/eslint-plugin-next": "~15.1.0"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.1",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"typescript": "^5.1.3"
}
}