Back to Home
EliseuSantos icon

frontend-mcp-design-system

Verified Safe

by EliseuSantos

Overview

Provides a Micro-Copilot (MCP) HTTP server for AI agents to discover, query, and suggest React components from a centralized Storybook-documented design system in a monorepo architecture.

Installation

Run Command
pnpm --filter @org/design-system mcp:dev

Environment Variables

  • PORT
  • LOG_LEVEL
  • POLL_INTERVAL
  • STORYBOOK_STATIC_PATH
  • STORYBOOK_URL
  • NODE_ENV
  • MCP_STORYBOOK_URL

Security Notes

The server uses standard `express` practices. No `eval()` or code obfuscation was found. It relies on environment variables for sensitive paths/URLs, which is good practice. CORS is set to `*` (allow all origins), which is acceptable for a local/internal development tool but should be locked down to specific origins in a production deployment exposed externally. Input validation for tool arguments is basic string matching, which is sufficient for the current toolset, but should be carefully reviewed if new tools involving more complex operations (e.g., file paths, database queries) are added.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-18

Tags

Design SystemStorybookMCP ServerReactMonorepo