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": "dashboard-self-hosted",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run build:generated && next dev --port 6790",
"build": "npm run build:generated && next build",
"build:generated": "python3 ../dashboard-common/scripts/build-convexServerTypes.py",
"build:export": "BUILD_TYPE=export NEXT_PUBLIC_DEFAULT_LIST_DEPLOYMENTS_API_PORT=6791 npm run build",
"start": "next start -p 6791",
"lint": "bash ../dashboard-common/scripts/checkNode20.sh && ESLINT_USE_FLAT_CONFIG=false next lint --max-warnings 0 --dir src/ && tsc",
"lint:fix": "bash ../dashboard-common/scripts/checkNode20.sh && ESLINT_USE_FLAT_CONFIG=false next lint --fix --max-warnings 0 --dir src/"
},
"dependencies": {
"@convex-dev/design-system": "workspace:*",
"@radix-ui/react-icons": "~1.3.0",
"convex": "workspace:*",
"dashboard-common": "workspace:*",
"next": "^15.5.10",
"next-themes": "~0.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-use": "~17.6.0",
"system-udfs": "workspace:*",
"zod": "^3.24.0",
"@monaco-editor/react": "4.7.0",
"monaco-editor": "0.40.0",
"monaco-editor-webpack-plugin": "~7.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-table": "^7.7.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dotenv": "^16.4.7",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-better-tailwindcss": "^3.8.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.4.19",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "~0.7.0",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}