git-safety
New13.7kSmitheryGeneralby tamagui
Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.
First seen 5/29/2026
Install & Usage
1
Open your MCP config
~/.claude.json2
Add the server config
Add the configuration to "mcpServers": { "git-safety": { "command": "...", "args": [] } }
3
Restart Claude Code
/mcpView source on GitHub
devopssecurity
Security Audits
LicenseUnknownSourceWarnRepositoryPass
Frequently Asked Questions
What is git-safety?
Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.
How to install git-safety?
To install git-safety: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "git-safety": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is git-safety best for?
git-safety is a mcp categorized under General. It is designed for: devops, security. Created by tamagui.