adeo-mozaic-mcp
Verified Safeby MerzoukeMansouri
Overview
Exposes the Mozaic Design System's tokens, components, and documentation to AI assistants via an MCP server for query and code generation.
Installation
node dist/index.jsSecurity Notes
The server primarily communicates via `stdio` (standard input/output), which significantly limits its direct network attack surface. Build scripts (`scripts/build-index.ts`) execute external commands (`git clone`, `npm install`) to fetch source repositories and build the local SQLite database. While `execSync` is powerful, its usage is confined to a developer-initiated build process on predefined, trusted URLs (ADEO's GitHub repositories), not exposed to arbitrary user input at runtime. All database interactions (`better-sqlite3`) use parameterized queries, preventing SQL injection vulnerabilities. No hardcoded secrets or 'eval' calls were identified in the provided runtime source code.
Similar Servers
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.
livewire-flux-mcp
Provides AI assistants with structured access to Livewire Flux component, layout, and icon documentation by scraping the official website and GitHub.
mq-mcp
This server allows AI assistants to process Markdown and HTML content by executing mq's domain-specific query language.