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": "js-integration-tests",
"version": "0.0.0",
"scripts": {
"test-integration": "jest warmup-jest-cache.test.ts && jest --silent",
"clean": "",
"build": ""
},
"dependencies": {
"jest": "^30.0.0",
"js-sha256": "~0.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"prettier": "^3.8.0",
"jose": "^5.10.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.1",
"@jest/types": "^30.0.0",
"@testing-library/react": "~16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^18.17.0",
"@types/node-fetch": "^2.6.1",
"@types/react": "^18.0.0",
"@types/ws": "^8.5.13",
"convex": "workspace:*",
"node-fetch": "^2.6.1",
"ts-jest": "^29.1.1",
"typescript": "~5.0.3",
"ws": "8.18.0"
}
}