2025-03-18 03:52:40 +00:00
2025-03-16 16:33:15 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 15:22:57 +08:00
2025-03-18 03:52:40 +00:00

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>"
      }
    }
  }
}
  • Cursor config
{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp",
      "args": [
        "-t": "stdio",
        "--host": "https://gitea.com",
        "--token": "<your personal access token>"
      ]
    }
  }
}
Description
Interactive with Gitea instances with MCP
Readme MIT 13 MiB
Languages
Go 97.5%
Makefile 1.7%
Dockerfile 0.8%