From ee9f8eb80e28b8562c9fb97b3bd7e13aa144ed80 Mon Sep 17 00:00:00 2001 From: Joe Glenn Date: Sun, 13 Sep 2026 02:29:57 -0500 Subject: [PATCH] Add LGH: local-first Git hosting MCP server for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a5e9ebc5..ddd42653c 100644 --- a/README.md +++ b/README.md @@ -4003,6 +4003,7 @@ Interact with Git repositories and version control platforms. Enables repository - [jaimenbell/github-mcp](https://github.com/jaimenbell/github-mcp) [![jaimenbell/github-mcp MCP server](https://glama.ai/mcp/servers/jaimenbell/github-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jaimenbell/github-mcp) 🐍 ☁️ - Read and write MCP server over the GitHub REST API. Env-gated tool groups with writes off by default, fine-grained PAT auth that degrades gracefully to the unauthenticated tier, and typed rate-limit and error handling. An independent reference implementation, not GitHub's official server. `pip install jaimenbell-github-mcp` - [jmrplens/gitlab-mcp-server](https://github.com/jmrplens/gitlab-mcp-server) [![jmrplens/gitlab-mcp-server MCP server](https://glama.ai/mcp/servers/jmrplens/gitlab-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/jmrplens/gitlab-mcp-server) 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Complete GitLab REST API v4 coverage with 1006 MCP tools across 162 domains, 42 meta-tools, 24 resources, and 38 prompts. Cross-platform Go binary with stdio and HTTP transports, OAuth support, auto-update, read-only and safe modes. - [JaviMaligno/mcp-server-bitbucket](https://github.com/JaviMaligno/mcp-server-bitbucket) 🐍 ☁️ - Bitbucket MCP server with 58 tools for repository management, PRs, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing. +- [JoeGlenn1213/lgh](https://github.com/JoeGlenn1213/lgh) [![JoeGlenn1213/lgh MCP server](https://glama.ai/mcp/servers/JoeGlenn1213/lgh/badges/score.svg)](https://glama.ai/mcp/servers/JoeGlenn1213/lgh) 🏎️ 🏠 🍎 🪟 🐧 - Local-first Git hosting for AI coding agents: `lgh serve` turns any directory into an HTTP Git remote with push events, commit-status reporting, smart .gitignore generation, secret/large-file detection, one-command backup (`lgh up`), and 13 MCP tools for repo/server control and disaster recovery (`lgh_clone`). `brew install JoeGlenn1213/tap/lgh` - [kaiyuanxiaobing/atomgit-mcp-server](https://github.com/kaiyuanxiaobing/atomgit-mcp-server) 📇 ☁️ - Official AtomGit server for integration with repository management, PRs, issues, branches, labels, and more. - [kopfrechner/gitlab-mr-mcp](https://github.com/kopfrechner/gitlab-mr-mcp) 📇 ☁️ - Interact seamlessly with issues and merge requests of your GitLab projects. - [madeinplutofabio/vibe-revert](https://github.com/madeinplutofabio/vibe-revert) [![madeinplutofabio/vibe-revert MCP server](https://glama.ai/mcp/servers/madeinplutofabio/vibe-revert/badges/score.svg)](https://glama.ai/mcp/servers/madeinplutofabio/vibe-revert) 📇 🏠 🍎 🪟 🐧 - Local safety layer for vibe coding and AI agents. MCP tools expose deterministic risk checks, sessions, checkpoints, policy inspection, and fix prompts; the companion CLI can restore project files, including uncommitted work, to their pre-session state. No LLM judges risk.