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%