This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.

Gitea MCP Server

Usage

MCP Server Config

{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp",
      "args": [
        "-t": "stdio",
        "--host": "https://gitea.com"//,
       // "--token": "<your personal access token>"
      ],
      "env": {
      //   "GITEA_HOST": "https://gitea.com",
         "GITEA_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}
Description
Interactive with Gitea instances with MCP
Readme 14 MiB
Languages
Python 95.3%
Dockerfile 4.7%