Back to Home
MerzoukeMansouri icon

adeo-mozaic-mcp

Verified Safe

by 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

Run Command
node dist/index.js

Security 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

Stats

Interest Score42
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-14

Tags

MCPDesign SystemAI AssistantDocumentationCode Generation