Back to Home
datapilot-canada icon

gitea-mcp

Verified Safe

by datapilot-canada

Overview

This server allows AI agents to interact with a self-hosted Gitea instance for repository and issue management via the Model Context Protocol (MCP).

Installation

Run Command
docker run -i --rm -e GITEA_MCP_API_URL=https://your-gitea-instance.com -e GITEA_ACCESS_TOKEN=your_access_token_here datapilotgiteamcp

Environment Variables

  • GITEA_MCP_API_URL
  • GITEA_ACCESS_TOKEN

Security Notes

Secrets (GITEA_ACCESS_TOKEN, GITEA_MCP_API_URL) are correctly handled via environment variables, reducing hardcoding risks. The `compare_branches.sh` script directly uses provided branch names in git commands; while standard for shell scripts within a trusted Git environment, it's worth noting for general security principles regarding arbitrary user input. No `eval` or obfuscation found. Network requests are made using `httpx` with proper error handling.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-30

Tags

GiteaMCPRepository ManagementIssue TrackingDeveloper Tools