Initial commit: Gitea MCP Server

- 6 curated MCP tools (get_my_user_info, search_repos, list_my_repos, get_repo, list_repo_issues, list_repo_commits)
- API pass-through tool (gitea_api_call) for complete API coverage
- Curated API reference resource (gitea://api-reference)
- Health check endpoint
- Docker support with health checks
This commit is contained in:
Ben
2025-12-22 04:45:30 +00:00
commit 1375175290
8 changed files with 22357 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
GITEA_URL=https://gitea.example.com
GITEA_TOKEN=your_access_token