← Index

gitea-mcp

io.github.werebear73/gitea-mcp·v0.5.1·Other
Quality Score
90
/100

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "gitea-mcp": {
      "command": "uvx",
      "args": [
        "gitea-mcp"
      ],
      "env": {
        "GITEA_URL": "<gitea_url>",
        "GITEA_TOKEN": "<your-gitea_token>",
        "GITEA_TIMEOUT": "30",
        "GITEA_MAX_RETRIES": "3",
        "GITEA_RETRY_BASE_DELAY": "0.5"
      }
    }
  }
}
§02  Environment variables
GITEA_URL
required

Base URL of your Gitea/Forgejo/Codeberg instance

GITEA_TOKEN
requiredsecret

Personal access token for the configured instance

GITEA_TIMEOUT

HTTP request timeout in seconds

GITEA_MAX_RETRIES

Retry count for transient failures

GITEA_RETRY_BASE_DELAY

Retry backoff base delay in seconds

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other