Skip to main content
Glama
package.json1.22 kB
{ "name": "design-system-mcp-server", "version": "1.0.0", "description": "MCP server for design system components and style guides", "type": "module", "scripts": { "dev": "next dev", "build": "npm run build:ui && npm run validate && next build", "build:ui": "cd packages/ui && npm install && npm run build:all && cp dist/mcp-ui.min.js ../../public/", "start": "next start", "typecheck": "tsc --noEmit", "validate": "npm run validate:tokens && npm run validate:component-colors", "validate:tokens": "tsx scripts/validate-css-tokens.ts", "validate:component-colors": "tsx scripts/validate-component-colors.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "next": "^14.2.33", "react": "^18.3.1", "react-dom": "^18.3.1", "shiki": "^1.29.2", "zod": "^3.22.4" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", "@types/node": "^20.10.0", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", "@vercel/node": "^5.5.12", "autoprefixer": "^10.4.22", "postcss": "^8.5.6", "tailwindcss": "^4.1.17", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heyadam/mcpsystemdesign'

If you have feedback or need assistance with the MCP directory API, please join our Discord server