Loading languages...
GI

gitea-mcp

@Lunny Xiao

Gitea MCP Server is an integration plugin designed to connect Gitea with Model Context Protocol (MCP) systems. This allows for seamless command execution and repository management through an MCP-compatible chat interface.

repository management
issue tracking
pull requests
code hosting

# mcpServer Config

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

# stdio

gitea-mcp -t stdio --host https://gitea.com
Transport:
stdio
sse
streamable
اللغة:
Go
تم التحديث:7/31/2025
الصفحة الرئيسية:
https://gitea.com/gitea/gitea-mcp