From e228a8580e8cdf5ba6f14c8cdb49e205b781ae82 Mon Sep 17 00:00:00 2001 From: Sho'Nuff Date: Sat, 8 Aug 2026 21:56:50 -0400 Subject: [PATCH] docs: README for mcp-git --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c7f23a --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# MCP Git Server + +Git/Gitea repository browsing MCP server for Open WebUI — list, search, browse, and read files from Gitea repos. + +- **Port:** 8903 (app1 Docker — Open WebUI fleet) +- **Framework:** FastMCP +- **Source:** `server.py` (65 lines) + +## Tools +| Tool | Description | +|------|-------------| +| `list_repos` | List all repositories | +| `search_repos` | Search repositories by keyword | +| `browse_repo` | Browse repo contents | +| `read_file` | Read file from a repo | + +## Configuration +- **API Endpoint:** `https://git.itpropartner.com/api/v1` +- **Authentication:** None — public repo browsing only (no token required) + +## Deployment +- **Location:** app1 (152.53.36.131) — Docker container