gitreins

totalwindupflightsystems/gitreins
★ 0 stars Python AI/LLM Updated today
Git-native AI agent co-harness — MCP server, static guards, and agentic evaluator for LLM-assisted coding
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitreins": {
      "command": "uvx",
      "args": [
        "gitreins"
      ]
    }
  }
}

Or install with pip: pip install gitreins

README Excerpt

**Git-Native Agent Co-Harness — static guards + agentic evaluator for AI-assisted code** GitReins lives inside your git repository as a quality harness. It provides MCP tools for task lifecycle management, an agentic evaluator that judges code completeness against task definitions, and git hooks that ensure nothing bypasses the quality gates.

Tools (2)

difffull

Topics

agentaicode-reviewgitllmmcppre-commitpython