sabpaisa-design-system-aws
by payvilla
Overview
Provides a centralized Model Context Protocol (MCP) server for SabPaisa's design system, enabling AI assistants and developers to access design tokens, components, patterns, and formatting guidelines.
Installation
node dist/index-enhanced.jsEnvironment Variables
- DEBUG
- NODE_ENV
- ENABLE_ENHANCED
Security Notes
CRITICAL VULNERABILITY: The `src/index-http.ts` exposes a `/debug/files` endpoint that allows listing directories and reading files from the server's filesystem (`process.cwd()`, `data/`, `data-enhanced/`). This is a severe information disclosure vulnerability for a publicly deployed Lambda function, as it can expose sensitive configurations, server logic, and internal directory structures. This endpoint lacks authentication/authorization and should be removed or heavily secured (e.g., IP whitelisting, authentication) immediately if deployed publicly. Reliance on numerous third-party dependencies also expands the attack surface.
Similar Servers
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
ui-ux-pro-mcp
Provides AI-powered UI/UX design intelligence by offering natural language search across curated design resources.