lmiranda 7ffc0f9ce4 feat(tools): add label and milestone operations
- 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>
2026-02-03 15:22:02 -05:00

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
Standalone dockerized application to provide Gitea MCP server to Claude.ai
Readme 210 KiB
Languages
Python 93.8%
Shell 3.2%
Dockerfile 3%