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": "openauth-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "tsc --noEmit --project tsconfig.app.json",
"preview": "vite preview"
},
"dependencies": {
"@openauthjs/openauth": "0.4.3",
"convex": "workspace:*",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"valibot": "~1.2.0"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"globals": "~16.5.0",
"typescript": "~5.6.2",
"vite": "^6.4.1"
}
}