MCP Server

gitea

From gitea
Install
1
Run in your terminal
$
npx claudepluginhub jason-hchsieh/marketplace --plugin gitea
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp",
      "args": [
        "-t",
        "stdio"
      ],
      "env": {
        "GITEA_HOST": "${GITEA_HOST:-https://gitea.com}"
      }
    }
  }
}
Details
Commandgitea-mcp
Access Levelwrite
Arguments
-tstdio
Environment Variables
GITEA_HOST=${GITEA_HOST:-https://gitea.com}
Actions
Plugins (1)