What it does
An active MCP reference server that gives an assistant Git control over a local repo — status and diffs, staging, commits, branch create/checkout/list, log, and show. For code-agent and developer-automation workflows on a checked-out repo. Deterministic (it shells out via GitPython; no LLM inside). Runs locally over stdio.
Example prompts
- Show me the unstaged diff and write a commit message for it.
- List the last 10 commits and summarize what changed.
Tools provided
- git_status — Show the working-tree status.
- git_diff — Show a diff.
- git_commit — Commit staged changes.
- git_add — Stage files.
- git_log — Show commit history.
- git_create_branch — Create a branch.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
