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": "shapes",
"version": "0.1.2",
"description": "",
"type": "module",
"main": "./dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "rm -rf dist && npm run build-esm && npm run build-cjs",
"build-esm": "tsc",
"build-cjs": "tsc --module commonjs --outDir dist/cjs --target es2015 && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json",
"clean": "rm -rf dist",
"prepare": "npm run build",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
"test-esm": "node -e 'import(\"./dist/esm/index.js\")'"
},
"author": "Convex, Inc.",
"license": "MIT",
"dependencies": {
"zod": "^3.24.0",
"prettier": "^3.8.0"
},
"devDependencies": {
"typescript": "~5.0.3",
"jest": "^30.0.0",
"@types/jest": "^30.0.0",
"ts-jest": "^29.1.1",
"@jest/globals": "^30.0.0",
"@types/node": "^18.17.0"
}
}