23 lines
704 B
Markdown
23 lines
704 B
Markdown
# 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
|