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": "publishing-tests",
"description": "Tests of the packed npm convex package",
"version": "0.0.0",
"author": "Convex, Inc. <no-reply@convex.dev>",
"type": "module",
"scripts": {
"publishing-tests": "vitest run",
"build": "tsc",
"prepublishOnly": "echo \"$@\"; echo this is prepublish; env"
},
"dependencies": {
"@types/node": "^18.17.0",
"get-port": "~7.1.0",
"prettier": "^3.8.0",
"typescript": "~5.0.3",
"verdaccio": "^6.0.5",
"verdaccio-auth-memory": "~10.2.2",
"verdaccio-memory": "~10.4.0",
"vitest": "^3.2.4"
}
}