Back to Home
mondaycom icon

vibe

by mondaycom

Overview

Provides intelligent assistance for developers working with Monday.com's Vibe Design System components by offering component APIs, usage examples, icon discovery, and best practice guidance.

Installation

Run Command
cd packages/mcp && node dist/index.js

Security Notes

The server utilizes `child_process.exec` to run `curl` commands to fetch metadata and icon data from `unpkg.com`. More critically, the `IconMetadataService` uses Node.js's `vm.runInContext` to execute JavaScript code fetched from `unpkg.com` for parsing icon metadata. While `vm.runInContext` operates in a sandboxed environment, executing externally sourced code poses a significant supply chain security risk. A compromise of `unpkg.com` or the specific package could lead to arbitrary code execution within the server's environment. Local file system access is observed in migration tools (`v3-migration.ts`, `dropdown-migration.ts`) for analyzing user project files, which is expected for such tools but underscores the need for trust in the tool's integrity.

Similar Servers

Stats

Interest Score55
Security Score2
Cost ClassMedium
Avg Tokens400
Stars593
Forks354
Last Update2026-01-18

Tags

Design SystemUI ComponentsAI AssistantDeveloper ToolsReact