Back to Home
seolcu icon

commit-renamer-mcp

Verified Safe

by seolcu

Overview

An MCP server enabling AI agents to safely rename Git commit messages and manage repository state.

Installation

Run Command
npx @seolcu/commit-renamer-mcp

Security Notes

The server executes Git commands via `child_process.execAsync`. It includes a custom `escapeShellArg` function to sanitize input parameters, mitigating shell injection risks. Explicit safety checks are implemented to prevent operations on unclean working directories, during rebase, or on remote-pushed commits (unless `force` is used). The `undo_rename` feature offers a recovery mechanism. While Git history rewriting is inherently powerful and can be disruptive on shared branches, the server provides warnings and controls (e.g., `force` parameter) for this.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-03

Tags

GitCommit ManagementAI AgentMCP ServerDeveloper Tool