heroui-mcp
Verified Safeby heroui-inc
Overview
Provides HeroUI design system component documentation and theme data to AI assistants/coding agents.
Installation
pnpm dev:mastraEnvironment Variables
- CLOUDFLARE_ACCOUNT_ID
- R2_ACCESS_KEY_ID
- R2_SECRET_ACCESS_KEY
- R2_BUCKET_NAME
- NODE_ENV
- SERVICE_AUTH_TOKEN
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- ANTHROPIC_MODEL
- OPENAI_MODEL
- BEDROCK_MODEL
- HEROUI_API_URL
- POSTHOG_KEY
- POSTHOG_HOST
- GITHUB_TOKEN
Security Notes
The project uses Cloudflare Workers, which limits direct file system access. Environment variables are used for sensitive credentials (R2, API keys, service auth tokens), which is a good practice. CORS is set to '*' for API endpoints, which is typical for public APIs but assumes all sensitive actions are adequately protected by the `authMiddleware`. No obvious 'eval' or direct injection vulnerabilities were found in the provided core API logic.
Similar Servers
core
An extensible IDE framework for building web-based, desktop (Electron), and AI-native development environments, providing core UI components like message notifications and modal dialogues.
mcp-design-system-extractor
Extracts UI component information, HTML, CSS, and design tokens from Storybook instances for analysis and integration into development workflows.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.
dev-assist
This project is a monorepo offering developer assistance, likely leveraging AI/LLMs to streamline development workflows and automate tasks.