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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "4.1.18",
"convex": "^1.27.4",
"eslint": "8.57.1",
"eslint-config-next": "14.2.25",
"next": "^16.0.0",
"postcss": "^8.4.19",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "4.1.18"
}
}