adeo-mozaic-mcp
Verified Safeby MerzoukeMansouri
Overview
Provides AI assistants with intelligent access to the Mozaic Design System's design tokens, components, icons, and documentation for code generation and lookup.
Installation
node dist/index.jsSecurity Notes
The server primarily processes static data from cloned Git repositories and communicates via stdio, limiting direct network exposure during runtime. The `execSync` function is used in the build script (`scripts/build-index.ts`) for cloning repositories and running `npm install`, which is an acceptable practice for a build-time process using fixed commands. There are no apparent uses of `eval`, obfuscation, or direct handling of untrusted user input for critical operations. It relies on `better-sqlite3`, a native Node.js module, which requires trust in the library itself.
Similar Servers
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.
daisyui-mcp
Provides DaisyUI component documentation to AI assistants via the Model Context Protocol (MCP) to help in generating UI code.
livewire-flux-mcp
This MCP server provides AI assistants with structured access to Livewire Flux component, layout, and icon documentation through web scraping.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.