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": "react-native-demo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"convex": "^1.31.4",
"expo": "^54.0.31",
"expo-status-bar": "~3.0.9",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-native": "0.81.5",
"react-native-dotenv": "^3.4.11",
"react-native-get-random-values": "~2.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.1"
},
"private": true
}