comet
by MetroStar
Overview
An AI-enhanced development workflow agent (Model Context Protocol server) to assist with building React/TypeScript components based on USWDS, including code generation, component listing, and documentation search.
Installation
npm install && npm run build:comet-mcp && node packages/comet-mcp/dist/index.jsEnvironment Variables
- PROJECT_ROOT
Security Notes
The `init_project` tool directly uses `execAsync` with user-provided `projectName` without sufficient sanitization. This allows for arbitrary command injection (e.g., via `my-project; rm -rf /; `), posing a critical security risk to the host system running the MCP server.
Similar Servers
spec-workflow-mcp
Facilitates structured, specification-driven software development by providing a workflow engine, real-time dashboards, and tools for task management, approvals, and detailed implementation logging, integrated with AI agents and VSCode.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
mcp-execution
Transforms any Model Context Protocol (MCP) server into executable, type-safe TypeScript tools for AI agents, enabling progressive loading and achieving significant token savings.
mcp-servers
Provides a production-ready Model Context Protocol (MCP) server for seamless integration with VS Code and other MCP clients to enable AI-driven development features.