Skip to main content
Glama
package.json2.03 kB
{ "name": "mozaic-mcp-server", "version": "1.0.0", "description": "MCP server for Mozaic Design System by ADEO", "type": "module", "main": "dist/index.js", "bin": { "mozaic-mcp-server": "dist/index.js" }, "scripts": { "compile": "tsc", "build": "tsc && tsx scripts/build-index.ts", "build:docs": "tsx scripts/generate-docs.ts", "rebuild": "pnpm rebuild better-sqlite3", "start": "node dist/index.js", "start:debug": "node dist/index.js --debug", "dev": "tsx watch src/index.ts", "clean": "rm -rf dist data/mozaic.db", "database:sanity": "tsx scripts/sanity-check.ts", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src scripts", "lint:fix": "eslint src scripts --fix", "format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"scripts/**/*.ts\"", "prepare": "husky", "prebuild": "rm -rf dist", "install-mcp": "./scripts/install.sh", "uninstall-mcp": "./scripts/uninstall.sh" }, "keywords": [ "mcp", "mozaic", "design-system", "adeo", "claude" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "better-sqlite3": "11.10.0", "glob": "^10.0.0", "zod": "^3.23.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/better-sqlite3": "^7.6.0", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^4.0.15", "eslint": "^9.17.0", "eslint-config-prettier": "^10.0.1", "husky": "^9.1.7", "lint-staged": "^15.3.0", "prettier": "^3.4.2", "puppeteer": "^24.33.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "typescript-eslint": "^8.18.1", "vitest": "^4.0.15" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ] }, "engines": { "node": ">=25.0.0" }, "pnpm": { "onlyBuiltDependencies": [ "better-sqlite3" ] } }

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/MerzoukeMansouri/adeo-mozaic-mcp'

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