Loading languages...
GI

gitea-mcp

@Lunny Xiao

Gitea MCP Server 是一个集成插件,旨在将 Gitea 与 Model Context Protocol (MCP) 系统连接起来。这使得用户能够通过兼容 MCP 的聊天界面无缝执行命令并管理存储库。

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
Language:
Go
Updated: 12/15/2025