generated from personal-projects/leo-claude-mktplace
7ffc0f9ce4382746874d45de9531bcbd0eed87b8
- Create labels.py with gitea_list_labels and gitea_create_label tools - Integrate milestone tools from milestones.py into server - Update tools/__init__.py with all tool exports - Update server.py to handle label and milestone tool calls Closes #4, Closes #5 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Gitea MCP Remote
MCP server for Gitea API integration.
Overview
This project provides a Model Context Protocol (MCP) server that enables AI assistants to interact with Gitea through its API.
Project Status
Currently in initial development. Project structure has been initialized.
Requirements
- Python >= 3.10
- Gitea instance with API access
Installation
pip install -e .
Development
Install with development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
License
MIT
Description
Languages
Python
93.8%
Shell
3.2%
Dockerfile
3%