GI

Gitea

Created 6 months ago

Interactive with Gitea instances with MCP.

development documentation public

What is Gitea?

Interact with Gitea instances with MCP.

Documentation

Gitea MCP Server

What is Gitea?

Gitea is a community-managed lightweight code hosting solution written in Go. It is published under the MIT license. Gitea provides Git hosting including a repository viewer, issue tracking, pull requests, and more.

What is MCP?

Model Context Protocol (MCP) is a protocol that allows for the integration of various tools and systems through a chat interface. It enables seamless command execution and management of repositories, users, and other resources.

Installation

For quick installation, use one of the one-click install buttons at the top of this README. For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code.

Usage

This example is for Cursor, you can also use plugins in VSCode. To configure the MCP server for Gitea, add the following to your MCP configuration file:

Available Tools

The Gitea MCP Server supports various tools for user and repository management.

Server Config

{
  "mcpServers": {
    "gitea-server": {
      "command": "npx",
      "args": [
        "gitea"
      ]
    }
  }
}

Links & Status

Repository: gitea.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Lunny Xiao
Category: official
License: MIT
Tags:
development documentation public