Git (Reference) vs Cloudflare Documentation MCP (Remote)
A side-by-side comparison of two MCP servers — capabilities, transport, auth, and how actively each is maintained.
| Git (Reference) Official MCP server for reading, searching, and manipulating a local Git repository's files and history. Verified stdio (local) No auth Python | Cloudflare Documentation MCP (Remote) Cloudflare's hosted remote MCP server for searching Cloudflare developer docs; no auth required. Verified HTTP (remote) No auth TypeScript | |
|---|---|---|
| Category | Files & Storage | Files & Storage |
| Language | Python | TypeScript |
| Transport | stdio (local) | HTTP (remote) |
| Auth | None | None |
| GitHub stars | 74k | 3.1k |
| Last commit | 5 months ago | 4 months ago |
| Verified | ||
| Actively maintained | ||
| Install | uvx mcp-server-git --repository /absolute/path/to/repo | Add remote URL https://docs.mcp.cloudflare.com/mcp to your MCP client |
| Repo | Open | Open |