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-storybook",
"version": "0.1.0",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006 --no-open",
"build": "storybook build",
"test-storybook": "vitest --project=storybook"
},
"dependencies": {
"@convex-dev/design-system": "workspace:*",
"dashboard": "workspace:*",
"dashboard-common": "workspace:*",
"next": "^15.5.10",
"next-themes": "~0.4.0",
"vite": "^6.4.1",
"react": "^18.0.0",
"vite-tsconfig-paths": "^5.1.3"
},
"devDependencies": {
"@storybook/addon-docs": "^10.0.8",
"@storybook/addon-links": "^10.0.8",
"@storybook/addon-themes": "^10.0.8",
"@storybook/cli": "^10.0.8",
"@storybook/nextjs": "^10.0.8",
"@storybook/nextjs-vite": "^10.0.8",
"@storybook/addon-vitest": "10.0.8",
"@vitest/browser-playwright": "4.0.18",
"@tailwindcss/forms": "^0.5.10",
"eslint-plugin-better-tailwindcss": "^3.8.0",
"playwright": "^1.56.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"storybook": "^10.0.8",
"vitest": "4.0.18"
}
}