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": "static-codegen-ts",
"version": "0.0.0",
"scripts": {
"build": "",
"lint": "eslint .",
"test": "vitest run --typecheck"
},
"dependencies": {
"@convex-dev/ratelimiter": "workspace:*",
"convex": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"prettier": "^3.8.0"
},
"devDependencies": {
"@clerk/clerk-react": "^5.20.0",
"@eslint/compat": "~2.0.0",
"@eslint/eslintrc": "^3",
"@eslint/js": "~9.39.0",
"@faker-js/faker": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-jest": "~29.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "~5.0.3",
"@types/node": "^18.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"globals": "~17.0.0",
"openai": "^6.0.0",
"vitest": "^3.2.4"
}
}