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": "node-demo",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "convex dev",
"build": "tsc"
},
"dependencies": {
"convex": "workspace:*",
"dotenv": "^16.4.7",
"ws": "8.18.0",
"tsx": "^4.19.4"
},
"devDependencies": {
"@types/node": "^18.17.0",
"typescript": "~5.0.3"
}
}