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": "lint",
"description": "Linting and formatting for the Convex monorepo projects",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": ""
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@eslint/compat": "~2.0.0",
"@eslint/eslintrc": "^3",
"@eslint/js": "~9.39.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dprint": "0.50.2",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-eslint-plugin": "~7.2.0",
"eslint-plugin-jest": "~29.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "~16.5.0",
"prettier": "^3.8.0"
}
}