Back to directory
gitea-mcp

gitea-mcp

@Lunny Xiao0

An integration plugin connecting Gitea with Model Context Protocol (MCP) systems, enabling seamless command execution and repository management through an MCP-compatible chat interface.

repository managementissue trackingpull requestscode hostingcontext

Installation & Configuration

{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp",
      "args": [
        "-t",
        "stdio",
        "--host",
        "https://gitea.com"
      ],
      "env": {
        "GITEA_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}

Information

Transport
stdiossestreamable
Language
Go
Created
2025/7/31
Updated
2025/12/15