← Back to Plugins
MCP Server MCP

gitea-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx gitea-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "gitea-mcp",
      "version": "0.5.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Gitea/Forgejo/Codeberg instance",
          "isRequired": true,
          "name": "GITEA_URL"
        },
        {
          "description": "Personal access token for the configured instance",
          "isRequired": true,
          "isSecret": true,
          "name": "GITEA_TOKEN"
        },
        {
          "description": "HTTP request timeout in seconds",
          "default": "30",
          "name": "GITEA_TIMEOUT"
        },
        {
          "description": "Retry count for transient failures",
          "default": "3",
          "name": "GITEA_MAX_RETRIES"
        },
        {
          "description": "Retry backoff base delay in seconds",
          "default": "0.5",
          "name": "GITEA_RETRY_BASE_DELAY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...