git-courer
Active·★ 18·MIT·Updated 2026-05-29
★ Trending★ Dev Tooling
MCP server for Git with local Ollama — zero tokens for git operations
git-courer intercepts git operations performed by AI assistants and runs them locally using Ollama, saving thousands of tokens per operation. It adds security checks for secrets and supports auto-configuration of popular AI tools. Releases use Go for version calculation and Ollama for changelog generation.
#ai-agents#claude-code#conventional-commits#developer-tools#gemini-cli#git#golang#local-llm
01
Features
01Token-saving local git operations
025 security layers to catch secrets
03Auto-configures 10+ MCP-compatible AI tools
04AI-generated commit messages via Ollama (optional)
05Smart release versioning and changelog generation
02
Compatibility
macOS
macOS
Verified via docs
Linux
Linux
Verified via docs
Windows
Windows
Verified via docs
03
Quick start
1
$ curl -fsSL https://raw.githubusercontent.com/Alejandro-M-P/git-courer/main/scripts/install.sh | sh
04
Use cases
↳Automating git commits with AI without token cost
↳Creating branches and pull requests via AI assistants
↳Generating releases with semantic versioning and changelog
05
Alternatives
MetaGPT★ 68.4k
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
cua★ 17.3k
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
Related searches
Comments
Log in to leave a comment
- RReese WilsonApr 20, 2026
Ollama-based means it runs entirely local with no cloud dependency.
- LLane WhiteMar 6, 2026
Git operations via local Ollama — zero token cost for version control tasks.
- HHayden ChenMar 5, 2026
Standard git operations are covered without requiring cloud LLM access.
- PParker WhiteMar 3, 2026
Good for teams who want AI assistance with git without burning API tokens.