vibe
Verified Safeby mondaycom
Overview
Provides intelligent assistance for working with Vibe UI components, including API discovery, usage examples, icon suggestions, and best practices for AI development tools.
Installation
lerna run build --scope=@vibe/mcp && node packages/mcp/dist/index.jsEnvironment Variables
- DEBUG_MCP
- NODE_ENV
Security Notes
The server uses `child_process.exec` (via `curl`) and `vm.runInContext` to fetch and parse metadata from a CDN (unpkg.com). While these operations are for internal metadata and not direct user input, they involve executing external code and network requests, which introduces a potential attack surface. The `vm.runInContext` is used in a sandboxed environment, mitigating but not eliminating risks of code execution. No hardcoded secrets or obvious malicious patterns were found in the provided code.
Similar Servers
gemini-cli-desktop
A cross-platform desktop and web application providing a modern UI for various AI CLIs (Gemini, Qwen, LLxprt), enabling structured interaction with AI models, visual tool confirmation, real-time thought processes, code diff viewing, chat history management, and file system integration.
figma-console-mcp
Provides AI assistants with real-time console access, visual debugging, and design system extraction for Figma plugin development and design analysis.
heroui-mcp
The HeroUI MCP Server provides a structured interface for AI assistants to access comprehensive documentation, component details, examples, and theme data for HeroUI's React and React Native design systems, facilitating AI-powered code generation and understanding.
octomind
Octomind is a session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider AI support, enabling interactive AI conversations, code analysis, file system management, and web research.