mrt-fe-review-washer
Verified Safeby jaeuk-mrt
Overview
Provides an MCP server to store, retrieve, and manage frontend code review findings as actionable tasks, with a focus on Korean language support and structured feedback based on defined coding standards.
Installation
node /ABS/PATH/TO/mrt-fe-review-washer/dist/index.jsEnvironment Variables
- PROJECT_ROOT
- DATA_DIR
- CUSTOM_RULES_PATH
Security Notes
The server uses `execFileAsync` for `git diff` and various file system operations (`fs.mkdir`, `fs.writeFile`, `fs.readFile`, `fs.readdir`, `fs.unlink`). While `execFileAsync` is generally safer than `exec` against shell injection for well-separated arguments, allowing `PROJECT_ROOT`, `DATA_DIR`, or `CUSTOM_RULES_PATH` environment variables (or the `repoPath` tool parameter) to point to arbitrary sensitive paths could potentially lead to unauthorized file access or deletion. This risk is mitigated by assuming the user/host provides trusted environment configurations. No 'eval', hardcoded secrets, or direct network listening (beyond standard I/O for the MCP protocol) were found.
Similar Servers
claude-power-pack
Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
DiffPilot
Automate local AI-powered code review, commit message generation, secret scanning, and test suggestions before pushing code.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.