generated from personal-projects/leo-claude-mktplace
13ffd8a5437cf0490ae65281a0eabb95060b9e94
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%