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": "system-udfs",
"version": "0.0.0",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"clean": "rm -rf dist",
"prepare": "npm run build",
"test": "vitest run --pass-with-no-tests"
},
"dependencies": {
"object-inspect": "^1.12.0",
"zod": "^3.24.0",
"base64-js": "^1.5.1",
"web-streams-polyfill": "~3.3.0",
"abortcontroller-polyfill": "1.7.6",
"lodash": "~4.17.21",
"id-encoding": "workspace:*",
"js-base64": "~3.7.4",
"convex": "workspace:*",
"prettier": "^3.8.0",
"udf-syscall-ffi": "workspace:*"
},
"devDependencies": {
"@types/object-inspect": "^1.8.1",
"@types/lodash": "~4.17.0",
"@types/node": "^18.17.0",
"convex-test": "^0.0.41",
"typescript": "~5.0.3",
"typescript-eslint": "^8.45.0",
"vitest": "^3.2.4"
}
}