Hero-Ui-MCP-Assistant
Verified Safeby slomo-b
Overview
Provides comprehensive Hero UI documentation and design principles to AI assistants via the Model Context Protocol (MCP), enabling them to answer development-related queries.
Installation
cd mcp && uvicorn mcp_server:app --reloadSecurity Notes
The server primarily reads local JSON files and processes simple string queries for information retrieval. No dynamic code execution (e.g., eval, exec), direct system calls, or external network requests are observed within the provided source. Input parameters are used for lookup and searching against predefined data, mitigating injection risks. Error handling for tool calls is robust. Security largely depends on the integrity of the local JSON data and the deployment environment.
Similar Servers
heroui-mcp
Provides HeroUI design system component documentation and theme data to AI assistants/coding agents.
taiga-ui-mcp
Provides AI assistants with comprehensive access to Taiga UI components and documentation, enabling AI-powered development workflows through a Model Context Protocol (MCP) server.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.